import { toggleVariants } from "./toggle.js"; import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group"; //#region src/react/ui/toggle-group.d.ts /** Group of toggle buttons for selecting one or more options */ declare function ToggleGroup({ className, variant, size, spacing, children, ...props }: React$1.ComponentProps & VariantProps & { spacing?: number; }): react_jsx_runtime0.JSX.Element; declare function ToggleGroupItem({ className, children, variant, size, ...props }: React$1.ComponentProps & VariantProps): react_jsx_runtime0.JSX.Element; //#endregion export { ToggleGroup, ToggleGroupItem }; //# sourceMappingURL=toggle-group.d.ts.map