export type PopoverSize = 'small' | 'large'; export declare const popoverPlacements: readonly ["top", "bottom", "top-start", "top-end", "bottom-start", "bottom-end", "left", "right"]; export type Placement = (typeof popoverPlacements)[number];