import { FormText } from '../../Components';
import { ValidationRule } from '../../IValueInputElement';
export declare function ensureConsistency(errorMessage?: FormText): ValidationRule<string>;
