export declare const DrawerCSS: string; export declare const DrawerPlacementCSS: Record<"left" | "right", string>; export declare const DrawerWidthStyles: Record<"medium" | "full" | "narrow" | "wide", string>; export declare const DrawerBackdropCSS: string; export declare const DrawerContentCSS: string;