/** * Base placement options for popper overlays * @public */ export declare const basePlacements: readonly ["top", "right", "bottom", "left"]; /** * @public */ export type basePlacementsType = (typeof basePlacements)[number];