import { PropType } from 'vue'; export interface Tab { title: string; value: string; } declare const _default: __VLS_WithTemplateSlots; required: true; }; rounded: { type: BooleanConstructor; default: boolean; }; modelValue: { type: StringConstructor; required: true; }; condensed: { type: BooleanConstructor; default: boolean; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly; required: true; }; rounded: { type: BooleanConstructor; default: boolean; }; modelValue: { type: StringConstructor; required: true; }; condensed: { type: BooleanConstructor; default: boolean; }; }>> & { "onUpdate:modelValue"?: (...args: any[]) => any; }, { condensed: boolean; rounded: boolean; }, {}>, { default?(_: { tab: Tab; }): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };