import * as React from "react"; import * as TogglePrimitive from "@radix-ui/react-toggle"; import { type VariantProps } from "class-variance-authority"; 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