import { FC } from 'react'; export interface FormErrorListProps { errors?: string[]; } export declare const FormErrorList: FC; export default FormErrorList;