import React from 'react'; interface Props { message: string; } export declare const getErrorAndSuggestion: (message: string) => { errMessage: string; mail: RegExpMatchArray | null; correctionMessage: string; }; export declare const FormFieldError: React.FC; export {};