import { VariantProps } from 'class-variance-authority'; import { toggleVariants } from './toggle'; import * as React from "react"; import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group"; declare function ToggleGroup({ className, variant, size, children, ...props }: React.ComponentProps & VariantProps): import("react/jsx-runtime").JSX.Element; declare function ToggleGroupItem({ className, children, variant, size, ...props }: React.ComponentProps & VariantProps): import("react/jsx-runtime").JSX.Element; export { ToggleGroup, ToggleGroupItem }; //# sourceMappingURL=toggle-group.d.ts.map