import { Tabs as TabsPrimitive } from 'bits-ui'; declare const Tabs: import("svelte").Component; type Tabs = ReturnType; export default Tabs;