import { DBSimpleTabProps, DBTabsProps } from "./model"; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { name: string; children: any; className: string; id: string; width: "full" | "auto"; behaviour: "scrollbar" | "arrows"; arrowScrollDistance: number; initialSelectedIndex: number; initialSelectedMode: "auto" | "manually"; tabs: string | DBSimpleTabProps[]; orientation: "horizontal" | "vertical"; alignment: "start" | "center"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, { _ref: HTMLDivElement; }, HTMLDivElement>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };