import { PipeTransform } from '@angular/core'; import { AbsoluteTimeComponent } from './components/inputs/absoluteTime/absoluteTime'; import { BusyComponent } from './components/busy/busy'; import { ButtonComponent, ButtonAsyncComponent, ButtonLinkComponent, ButtonLongClickComponent, ButtonSubmitComponent, ButtonToggleComponent } from './components/buttons/index'; import { CheckboxComponent, TextboxComponent } from './components/inputs/index'; import { CommaListComponent } from './components/commaList/commaList'; import { DialogOutletComponent } from './components/dialog/dialogOutlet'; import { FormComponent } from './components/form/form'; import { StringWithWatermarkComponent } from './components/stringWithWatermark/stringWithWatermark'; import { visibleBreakpointServiceName } from './services/breakpoints/index'; export { visibleBreakpointServiceName }; export declare const moduleName: string; export declare const autosaveActionServiceName: string; export declare const cardContainerBuilderServiceName: string; export declare const dataPagerFactoryName: string; export declare const documentServiceName: string; export declare const columnSearchFilterName: string; export declare const sorterServiceName: string; export declare const windowServiceName: string; export declare function PipeDowngrader(pipe: PipeTransform): () => (value: any, ...args: any[]) => any; export declare const downgradedComponents: (typeof FormComponent | typeof AbsoluteTimeComponent | typeof BusyComponent | typeof ButtonComponent | typeof ButtonAsyncComponent | typeof ButtonLinkComponent | typeof ButtonLongClickComponent | typeof ButtonSubmitComponent | typeof ButtonToggleComponent | typeof CheckboxComponent | typeof TextboxComponent | typeof CommaListComponent | typeof DialogOutletComponent | typeof StringWithWatermarkComponent)[];