import type { ElementState } from '../../../types';
export declare function guessValidValueByPattern(elementState: ElementState, mask: Array<RegExp | string>, initialElementState: ElementState | null): ElementState;
