export interface vTabsProps { options: { title: string; value: any; colour: string; icon?: string; }[]; modelValue: String; startContent?: any; endContent?: any; } declare const _default: import('vue').DefineComponent void; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: (...args: any[]) => any; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=vTabs.vue.d.ts.map