import * as react_jsx_runtime from 'react/jsx-runtime'; import * as class_variance_authority_types from 'class-variance-authority/types'; import * as React from 'react'; import { VariantProps } from 'class-variance-authority'; import { Checkbox as Checkbox$1 } from 'radix-ui'; import { Label } from './label.js'; declare const checkboxVariants: (props?: ({ variant?: "default" | "outline" | "secondary" | "destructive" | "success" | "warning" | "muted" | null | undefined; size?: "default" | "sm" | "lg" | null | undefined; motion?: "pop" | "none" | "glow" | "pop-glow" | null | undefined; } & class_variance_authority_types.ClassProp) | undefined) => string; type CheckboxProps = React.ComponentPropsWithoutRef & VariantProps; declare const Checkbox: React.ForwardRefExoticComponent, "ref"> & VariantProps<(props?: ({ variant?: "default" | "outline" | "secondary" | "destructive" | "success" | "warning" | "muted" | null | undefined; size?: "default" | "sm" | "lg" | null | undefined; motion?: "pop" | "none" | "glow" | "pop-glow" | null | undefined; } & class_variance_authority_types.ClassProp) | undefined) => string> & React.RefAttributes>; type CheckboxLabelProps = React.ComponentPropsWithRef; /** Label tuned for `Checkbox` siblings: larger tap target, respects `peer-disabled`. */ declare function CheckboxLabel({ className, ...props }: CheckboxLabelProps): react_jsx_runtime.JSX.Element; export { Checkbox, CheckboxLabel, type CheckboxLabelProps, type CheckboxProps, checkboxVariants };