declare var __VLS_14: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_14) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: undefined; }; type: { type: PropType<`${import("../../constants").ButtonType}`>; default: import("../../constants").ButtonType; validator: (value: import("../../constants").ButtonType) => boolean; }; ariaLabel: { type: StringConstructor; default: undefined; }; defaultTag: { type: StringConstructor; default: import("../../constants").ActionTag; }; to: { type: (ObjectConstructor | StringConstructor)[]; }; href: StringConstructor; target: StringConstructor; rel: { type: StringConstructor; default: string; }; current: { type: BooleanConstructor; default: boolean; }; active: { type: BooleanConstructor; default: boolean; }; pressed: { type: BooleanConstructor; default: boolean; }; label: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; disabled: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; type: { type: PropType<`${import("../../constants").ButtonType}`>; default: import("../../constants").ButtonType; validator: (value: import("../../constants").ButtonType) => boolean; }; ariaLabel: { type: StringConstructor; default: undefined; }; defaultTag: { type: StringConstructor; default: import("../../constants").ActionTag; }; to: { type: (ObjectConstructor | StringConstructor)[]; }; href: StringConstructor; target: StringConstructor; rel: { type: StringConstructor; default: string; }; current: { type: BooleanConstructor; default: boolean; }; active: { type: BooleanConstructor; default: boolean; }; pressed: { type: BooleanConstructor; default: boolean; }; label: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; disabled: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { modifiers: string | string[]; label: string | number; disabled: boolean; type: "button" | "submit" | "reset"; ariaLabel: string; defaultTag: string; rel: string; current: boolean; active: boolean; pressed: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };