import { InjectionToken } from '@angular/core';
import { MatAlertConfig } from './mat-alert-config.interface';
export declare const MAT_ALERT_DEFAULT_CONFIG: InjectionToken<MatAlertConfig>;
export declare const matAlertDefaultConfig: Partial<MatAlertConfig>;
