import type { ElementState } from '../../../types'; export declare function getLeadingFixedCharacters(mask: Array, validatedValuePart: string, newCharacter: string, initialElementState: ElementState | null): string;