import * as react_jsx_runtime from 'react/jsx-runtime';
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
import React__default from 'react';

declare function Checkbox({ className, ...props }: React__default.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime.JSX.Element;

export { Checkbox };
