export declare const DrawerCSS: string; export declare const DrawerPlacementCSS: Record<"left" | "right", string>; export declare const DrawerWidthStyles: Record<"full" | "medium" | "narrow" | "wide", string>; export declare const DrawerBackdropCSS: string; export declare const DrawerContentCSS: string; //# sourceMappingURL=Drawer.css.d.ts.map