export declare const locales: { label: string; indicatifLabel: string; phoneNumberWithoutCountryLabel: string; errorLength: (length: number) => string; errorRequired: (fieldIdentifier: string) => string; success: (fieldIdentifier: string) => string; clearButtonAriaLabel: string; clearButtonAriaLabelWithField: (fieldIdentifier: string) => string; clearButtonTitle: string; clearButtonTitleWithField: (fieldIdentifier: string) => string; };