declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & (new () => { $slots: S; }); declare const __VLS_component: import('vue').DefineComponent<{}, { $emit: (event: "update:modelValue", ...args: any[]) => void; label: string; type: string; variant: string; disabled: boolean; $props: { readonly label?: string | undefined; readonly type?: string | undefined; readonly variant?: string | undefined; readonly disabled?: boolean | undefined; }; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>; type __VLS_TemplateResult = { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; };