import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
import * as React from "react";
declare function Checkbox({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>): React.JSX.Element;
export { Checkbox };
