import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
export interface CheckboxProps extends React.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root> {
}
export declare const Checkbox: ({ className, ...props }: CheckboxProps) => import("react/jsx-runtime").JSX.Element;
