import { CdkPortalOutlet, ComponentPortal } from '@angular/cdk/portal'; import { VudDrawerComponent } from '../drawer.component'; import { VudDrawerOptions } from '../drawer.options'; import * as i0 from "@angular/core"; export declare class VudDrawerContainerComponent { options: VudDrawerOptions; readonly portalOutlet: CdkPortalOutlet; attachComponentPortal(component: ComponentPortal>): VudDrawerComponent; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }