import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group'; import type { VariantProps } from 'class-variance-authority'; import { type ComponentPropsWithoutRef, type ReactNode } from 'react'; declare const ToggleGroup: import("react").ForwardRefExoticComponent<(VariantProps<(props?: ({ variant?: "default" | "outline" | null | undefined; size?: "default" | "sm" | "lg" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string> & ({ className?: string; children?: ReactNode; } & ComponentPropsWithoutRef>>)) & import("react").RefAttributes>; declare const ToggleGroupItem: import("react").ForwardRefExoticComponent, "ref"> & VariantProps<(props?: ({ variant?: "default" | "outline" | null | undefined; size?: "default" | "sm" | "lg" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string> & import("react").RefAttributes>; export { ToggleGroup, ToggleGroupItem }; //# sourceMappingURL=toggle-group.d.ts.map