import * as React from "react"; import { FieldProps } from "src/types"; declare const CheckBox: React.FC; export { CheckBox };