import { AlertConfig } from '../providers/alerts/alerts.service'; /** * @description * Registers an alert which can be displayed in the Admin UI alert dropdown in the top bar. * The alert is configured using the {@link AlertConfig} object. * * @since 2.2.0 * @docsCategory alerts */ export declare function registerAlert(config: AlertConfig): import("@angular/core").EnvironmentProviders;