import { DrawerComponent } from './component/drawer.component'; import { DrawerContentDirective, DrawerFooterDirective, DrawerHeaderDirective } from './helper-directives'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "../icon/icon.module"; import * as i3 from "@angular/cdk/overlay"; import * as i4 from "@angular/cdk/portal"; import * as i5 from "./component/drawer.component"; import * as i6 from "./helper-directives"; export declare class DrawerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export declare const DRAWER_MODULE: readonly [typeof DrawerComponent, typeof DrawerHeaderDirective, typeof DrawerContentDirective, typeof DrawerFooterDirective];