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