export declare const DRAWER_PLACEMENTS: readonly ["top", "right", "bottom", "left"]; export type DrawerPlacements = (typeof DRAWER_PLACEMENTS)[number];