import { InjectionToken } from "@angular/core"; import { AlertButtonConfiguration, AlertConfiguration } from "../../interfaces"; export declare const ALERT_DEFAULT_BUTTON_CONFIGURATION: InjectionToken; export declare const ALERT_CONFIGURATIONS: InjectionToken<{ [key: string]: AlertConfiguration; }>;