import { MatAutocompleteModule } from '@angular/material'; import { MediumEditorComponent } from './medium-editor/medium-editor.component'; import { SafeHtmlPipe } from './pipes/safeHtml.pipe'; import { DialogComponent } from './dialog/dialog.component'; import { LinkChooserDialogComponent } from './link-chooser-dialog/link-chooser-dialog.component'; import { BackgroundComponent } from './background/background.component'; import { DropZoneDirective } from './directives/drop-zone.directive'; import { SafeStylePipe } from './pipes/safeStyle.pipe'; import { SafeUrlPipe } from './pipes/safeUrl.pipe'; import { ImageCropperComponent } from './image-cropper/image-cropper.component'; import { OptionsComponent } from './options/options.component'; import { LongPressDirective } from './directives/long-press.directive'; import { ButtonComponent } from './button/button.component'; import { ButtonLinkComponent } from './button/button-link.component'; export declare const MaterialModules: (typeof MatAutocompleteModule)[]; export declare const SharedComponents: (typeof DialogComponent | typeof LinkChooserDialogComponent | typeof MediumEditorComponent | typeof SafeHtmlPipe | typeof BackgroundComponent | typeof DropZoneDirective | typeof SafeStylePipe | typeof SafeUrlPipe | typeof ImageCropperComponent | typeof OptionsComponent | typeof LongPressDirective | typeof ButtonLinkComponent | typeof ButtonComponent)[]; export declare class SharedModule { }