import { IdService } from "../shared/services/id.service"; export declare class StatusComponent { private idService; srOnly: boolean; text: string; id: string; type: "success" | "warning" | "danger" | "info"; ariaControls: string; constructor(idService: IdService); classGen(): {}; readonly typeCheck: "success" | "danger" | "warning" | "info"; readonly iconGen: string; }