import { VButtonProps, VButtonType } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { TooltipPlacement } from '../..'; declare var __VLS_7: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_7) => any; }; declare const __VLS_component: DefineComponent any; }, string, PublicProps, Readonly & Readonly<{ onClick?: ((event: MouseEvent) => any) | undefined; }>, { color: string; type: VButtonType; disabled: boolean; loading: boolean; tooltip: boolean; tooltipPlacement: TooltipPlacement; htmlType: "button" | "submit" | "reset"; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=VButton.vue.d.ts.map