export declare type FormErrors = Partial>; export interface ChangeEvent { target: { name: string; value: TData; }; }