import { type ButtonProps, type ButtonSlots } from './common'; type __VLS_Slots = ButtonSlots; declare const __VLS_base: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClick?: ((event: MouseEvent) => any) | undefined; }>, { round: boolean; size: "xs" | "small" | "medium" | "large"; loading: boolean; disabled: boolean; color: "primary" | "secondary" | "success" | "warning" | "danger" | "white" | "black"; square: boolean; variant: "solid" | "outlined" | "dashed" | "filled" | "text" | "link"; loadingType: "clock" | "circular"; block: boolean; htmlType: "button" | "submit" | "reset"; ghost: boolean; autoHeight: boolean; compact: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };