import { type FactoryProvider } from '@angular/core';
import type { ErrorMessages } from '../types';
export declare function errorMessagesEnFactory(locale: string, dateFormat?: string, timeFormat?: string): ErrorMessages;
export declare const NGX_MAT_ERROR_CONFIG_EN: FactoryProvider;
