export declare type Placement = 'bottom-left' | 'top-left' | 'bottom-right' | 'top-right';
