export declare const placement: readonly ["top", "topStart", "topEnd", "left", "leftStart", "leftEnd", "bottom", "bottomStart", "bottomEnd", "right", "rightStart", "rightEnd"]; export declare type Placement = typeof placement[number]; export declare type Size = 'sm' | 'lg' | 'md';