/// import { FieldBasicProps } from "../types"; export declare const FieldMessage: ({ isRequired, showLabel }: FieldBasicProps) => JSX.Element;