import { EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DrawerContainerComponent implements OnChanges, OnDestroy { icon: string; iconBefore: boolean; iconBeforeStyle: 'duotone' | 'linear' | 'filled'; description: boolean; textDescription: string; title: string; preset?: 'vh-full' | 'fixed-full'; isOpen: boolean; hasBackdrop: boolean; closeDrawer: EventEmitter; private timeoutId; displayNone: boolean; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; toggleDrawer(): void; private scheduleRemoveFilter; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }