import type { ElementState } from '../../../types'; export declare function guessValidValueByRegExp({ value, selection }: ElementState, maskRegExp: RegExp): ElementState;