export interface AnyType { [proppName: string]: any; } export * from './dialog-layout-props'; export * from './ag-grid';