export declare type PlacementType = "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end"; export declare type SizeFullType = "xs" | SizeType | "xl"; export declare type SizeType = "sm" | "md" | "lg"; export declare type StatusType = "success" | "warning" | "error" | "info" | "default"; export { }