import type { ToggleVariants } from "../toggle/index.js"; export declare function setToggleGroupCtx(props: ToggleVariants): void; export declare function getToggleGroupCtx(): ToggleVariants; import { ToggleGroup as ToggleGroupPrimitive } from "bits-ui"; type $$ComponentProps = ToggleGroupPrimitive.RootProps & ToggleVariants; declare const ToggleGroup: import("svelte").Component<$$ComponentProps, {}, "ref" | "value">; type ToggleGroup = ReturnType; export default ToggleGroup;