import React from 'react'; import type { TResponse } from './types'; import type { TInputStates, TValidateInput } from './atoms/types'; export declare const inputValidation: (event: React.ChangeEvent, errorMessage: string, currentState?: TInputStates | undefined, validation?: TValidateInput | undefined) => TResponse; //# sourceMappingURL=InputValidation.d.ts.map