import { VariantProps } from 'class-variance-authority'; import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group"; import * as React from "react"; declare const ToggleGroup: React.ForwardRefExoticComponent<((Omit, "ref"> | Omit, "ref">) & VariantProps<(props?: ({ variant?: "link" | "outline" | "filled" | "ghost" | null | undefined; size?: "xs" | "sm" | "md" | "lg" | "xl" | null | undefined; color?: "info" | "error" | "success" | "warning" | "primary" | "secondary" | null | undefined; rounded?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full" | "none" | null | undefined; fullSized?: boolean | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string>) & React.RefAttributes>; declare const ToggleGroupItem: React.ForwardRefExoticComponent, "ref"> & VariantProps<(props?: ({ variant?: "link" | "outline" | "filled" | "ghost" | null | undefined; size?: "xs" | "sm" | "md" | "lg" | "xl" | null | undefined; color?: "info" | "error" | "success" | "warning" | "primary" | "secondary" | null | undefined; rounded?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full" | "none" | null | undefined; fullSized?: boolean | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string> & React.RefAttributes>; export { ToggleGroup, ToggleGroupItem }; //# sourceMappingURL=ToggleGroup.d.ts.map