import { InjectionToken } from '@angular/core';
import { KeyValueObject } from '../../types';
/**
 * InjectionToken to allow customization of messages by injecting new ones
 */
export declare const FORM_ERROR_MESSAGES_PROVIDER: InjectionToken<KeyValueObject>;
