export type Placement = 'bottom' | 'bottom-end' | 'left' | 'top' | 'right'; export declare function placementToCSSProperty(placement: Placement): string;