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