import { PropType } from 'vue'; declare function __VLS_template(): { slots: { default?(_: {}): any; }; refs: {}; attrs: Partial<{}>; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import("vue").DefineComponent; default: string; }; label: StringConstructor; disabled: { type: BooleanConstructor; default: boolean; }; large: { type: BooleanConstructor; default: boolean; }; small: { type: BooleanConstructor; default: boolean; }; color: { type: StringConstructor; default: string; }; outline: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { click: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly; default: string; }; label: StringConstructor; disabled: { type: BooleanConstructor; default: boolean; }; large: { type: BooleanConstructor; default: boolean; }; small: { type: BooleanConstructor; default: boolean; }; color: { type: StringConstructor; default: string; }; outline: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { type: "reset" | "submit" | "button"; small: boolean; disabled: boolean; large: boolean; color: string; outline: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };