import { Checkbox as CheckboxPrimitive } from '@base-ui/react/checkbox'; import React from 'react'; declare function Checkbox({ className, ...props }: CheckboxPrimitive.Root.Props): React.JSX.Element; export { Checkbox };