import { AlertIconAndTypesService } from "./providers/icon-and-types-service";
export declare class AlertItem {
    iconService: AlertIconAndTypesService;
    constructor(iconService: AlertIconAndTypesService);
}
