export declare const drawerFooterMode: readonly ["start", "end", "space-between"];
export type DrawerFooterMode = (typeof drawerFooterMode)[number];
