/** * Available attachment sides for the `Drawer` component. */ export declare const DRAWER_POSITIONS: { readonly left: "left"; readonly right: "right"; }; export declare const DRAWER_POSITIONS_ARRAY: ("left" | "right")[];