export declare type DrawerPlacements = 'top' | 'end' | 'bottom' | 'start'; export declare const DRAWER_PLACEMENTS: { [key in DrawerPlacements]: DrawerPlacements; };