import * as class_variance_authority_types from 'class-variance-authority/types'; import * as React from 'react'; import { VariantProps } from 'class-variance-authority'; import { Toggle as Toggle$1 } from 'radix-ui'; declare const toggleVariants: (props?: ({ variant?: "default" | "outline" | null | undefined; size?: "sm" | "default" | "lg" | null | undefined; } & class_variance_authority_types.ClassProp) | undefined) => string; declare function Toggle({ className, variant, size, ...props }: React.ComponentProps & VariantProps): React.JSX.Element; export { Toggle, toggleVariants };