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