export declare class DrawerWithTopAppBar { host: HTMLMaterialsDrawerWithTopAppBarElement; drawerType: 'modal' | 'fullHeight' | 'below'; appBarType: 'fixed' | 'prominent' | 'short' | 'short-closed' | 'standard'; appBarDense: boolean; appBarTitle: string; open: boolean; private drawer; private actions; private items; componentWillLoad(): void; componentDidLoad(): Promise; renderAppBar(): any; renderDrawerItem(item: HTMLMaterialsDrawerListItemElement): any; renderModal(): any[]; renderFull(): any[]; renderBelow(): any[]; render(): any; }