import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { ButtonType } from './buttonTypes'; declare const _default: __VLS_WithTemplateSlots< DefineComponent; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; round: { type: BooleanConstructor; default: boolean; }; icon: { type: StringConstructor; default: string; }; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { click: (...args: any[]) => void; }, string, PublicProps, Readonly< ExtractPropTypes<{ type: { type: PropType; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; round: { type: BooleanConstructor; default: boolean; }; icon: { type: StringConstructor; default: string; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { icon: string; type: ButtonType; disabled: boolean; round: boolean; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };