/// import { FieldCheckboxProps } from "../types"; export declare const FieldCheckbox: ({ label, name, text, isRequired, showLabel }: FieldCheckboxProps) => JSX.Element;