import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as TogglePrimitive from "@radix-ui/react-toggle"; import * as class_variance_authority_types0 from "class-variance-authority/types"; //#region src/react/ui/toggle.d.ts declare const toggleVariants: (props?: ({ variant?: "default" | "outline" | null | undefined; size?: "default" | "sm" | "lg" | null | undefined; } & class_variance_authority_types0.ClassProp) | undefined) => string; /** Button that toggles between pressed and unpressed states */ declare function Toggle({ className, variant, size, ...props }: React$1.ComponentProps & VariantProps): react_jsx_runtime0.JSX.Element; //#endregion export { Toggle, toggleVariants }; //# sourceMappingURL=toggle.d.ts.map