export declare const SIZES: { readonly large: 75.5; readonly medium: 49; readonly small: 22.25; }; export type SizeProp = keyof typeof SIZES; export declare const drawerStyle: { drawer: Record<"large" | "medium" | "small", string>; contentWrapper: string; childrenWrapper: string; content: string; header: string; footer: string; base: string; push: string; contentToPushStyle: string; }; //# sourceMappingURL=styles.css.d.ts.map