import * as React from 'react';
import { Checkbox as Checkbox$1 } from 'radix-ui';

type CheckboxProps = React.ComponentProps<typeof Checkbox$1.Root>;
declare function Checkbox({ className, ...props }: CheckboxProps): React.JSX.Element;

export { Checkbox, type CheckboxProps };
