import { Tabs as TabsPrimitive } from "bits-ui";
declare const Tabs: import("svelte").Component<TabsPrimitive.RootProps, {}, "value" | "ref">;
type Tabs = ReturnType<typeof Tabs>;
export default Tabs;
