import { FC } from 'react'; import { FormState, ValidatableMapOrArray } from 'formstate'; export interface FormErrorsListProps { className?: string; form: FormState; } export declare const FormErrorsList: FC; //# sourceMappingURL=index.d.ts.map