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