import type { ElementState } from '../../../types';
export declare function getLeadingFixedCharacters(mask: Array<RegExp | string>, validatedValuePart: string, newCharacter: string, initialElementState: ElementState | null): string;
//# sourceMappingURL=get-leading-fixed-characters.d.ts.map