export declare const POPOVER_POSITIONS: readonly ["top", "bottom", "left", "right"]; export type PopoverPosition = (typeof POPOVER_POSITIONS)[number]; export declare const POPOVER_ALIGNMENTS: readonly ["start", "center", "end"]; export type PopoverAlignment = (typeof POPOVER_ALIGNMENTS)[number]; //# sourceMappingURL=popover.types.d.ts.map