export declare const DrawerLocation: { readonly left: "left"; readonly right: "right"; }; export type DrawerLocation = (typeof DrawerLocation)[keyof typeof DrawerLocation];