interface Props { placement?: 'left' | 'right' | 'top' | 'bottom' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end' | 'right-start' | 'right-end'; buttonClass?: string; buttonSize?: 'tiny' | 'small' | 'medium' | 'large'; iconSize?: string | number; isCircle?: boolean; } declare const _default: import('vue').DefineComponent & Readonly<{}>, { iconSize: string | number; placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"; buttonClass: string; buttonSize: "tiny" | "small" | "medium" | "large"; isCircle: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { containerRef: HTMLDivElement; }, HTMLDivElement>; export default _default;