export interface ProseTabsItemProps { label: string; description?: string; class?: any; } export interface ProseTabsItemSlots { default(props?: {}): any; } declare const _default: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTabsItemSlots>; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };