export declare const drawerDeviceType: readonly ["mobile", "desktop"];
export type DrawerDeviceType = (typeof drawerDeviceType)[number];
