export declare const drawerVariant: readonly ["little", "medium", "large"];
export type DrawerVariant = (typeof drawerVariant)[number];
