import * as React from "react"; import * as CheckboxPrimitive from "@radix-ui/react-checkbox"; declare const Checkbox: React.ForwardRefExoticComponent, "ref"> & { checkedElement?: React.ReactElement; } & React.RefAttributes>; export { Checkbox }; //# sourceMappingURL=Checkbox.d.ts.map