/// interface FormHelperTextProps { message?: string; visible?: boolean; } export declare function FormHelperText(props: FormHelperTextProps): JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map