import type { BaseButtonVariant, BaseSize } from 'bootstrap-vue-next'; import type { PropType } from 'vue'; declare var __VLS_14: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_14) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: () => string; }; icon: { type: StringConstructor; default: () => string; }; text: { type: StringConstructor; default: () => string; }; variant: { type: PropType; default: () => string; }; solid: { type: BooleanConstructor; default: () => boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: () => string; }; icon: { type: StringConstructor; default: () => string; }; text: { type: StringConstructor; default: () => string; }; variant: { type: PropType; default: () => string; }; solid: { type: BooleanConstructor; default: () => boolean; }; }>> & Readonly<{}>, { text: string; size: keyof BaseSize; variant: keyof BaseButtonVariant; icon: string; solid: 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; }; };