import * as React from "react"; import type { FormElementProps } from "../.."; /** * The component for the "Check Box" Form Element. */ declare const CheckBox: React.ForwardRefExoticComponent & React.RefAttributes>; export default CheckBox;