import { FormText } from '../../Components';
import { ValidationRule } from '../../IValueInputElement';
export declare const invalidCharacters: string[];
export declare function restrictValidPath(errorMessage?: FormText): ValidationRule<string>;
