import type { PropType } from 'vue'; declare var __VLS_9: string, __VLS_10: {}; type __VLS_Slots = {} & { [K in NonNullable]?: (props: typeof __VLS_10) => any; }; declare const __VLS_base: import("vue").DefineComponent undefined; }; tag: { type: StringConstructor; default: () => string; }; template: { type: StringConstructor; required: true; }; values: { type: PropType; required: false; default: () => {}; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly undefined; }; tag: { type: StringConstructor; default: () => string; }; template: { type: StringConstructor; required: true; }; values: { type: PropType; required: false; default: () => {}; }; }>> & Readonly<{}>, { values: object; tag: string; fallback: string; }, {}, {}, {}, 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; }; };