declare const Placements: ["top", "topLeft", "topRight", "bottom", "bottomLeft", "bottomRight", "left", "leftTop", "leftBottom", "right", "rightTop", "rightBottom"]; export declare type Placement = typeof Placements[number]; declare const _default: (props: any) => any; export default _default;