import type { ElementState } from '../../../types';
export declare function guessValidValueByPattern(elementState: ElementState, mask: Array<RegExp | string>, initialElementState: ElementState | null): ElementState;
//# sourceMappingURL=guess-valid-value-by-pattern.d.ts.map