import { methodReturn, ValidatorBaseProps, ValidatorProps } from '.';
export default function patternMismatch(value: any, _: ValidatorBaseProps, getProp: <T extends keyof ValidatorProps>(key: T) => ValidatorProps[T]): methodReturn;
