import * as TogglePrimitive from '@radix-ui/react-toggle'; import { type VariantProps } from 'class-variance-authority'; import * as React from 'react'; declare const toggleVariants: (props?: { variant?: "default" | "outline"; size?: "default" | "sm" | "lg"; } & import("class-variance-authority/types").ClassProp) => string; declare const Toggle: React.ForwardRefExoticComponent, "ref"> & VariantProps<(props?: { variant?: "default" | "outline"; size?: "default" | "sm" | "lg"; } & import("class-variance-authority/types").ClassProp) => string> & React.RefAttributes>; export { Toggle, toggleVariants }; //# sourceMappingURL=Toggle.d.ts.map