import { methodReturn, ValidatorProps } from '.';
export default function typeMismatch(value: any, props: ValidatorProps): methodReturn;
