import { OnInit, EventEmitter, AfterViewInit } from '@angular/core';
import { ViewType } from '../../layout/layout.model';
import { SdsViewTypeService } from '../../layout/public-api';
import * as i0 from "@angular/core";
export declare class SdsScreenMessageComponent implements OnInit, AfterViewInit {
    viewTypeService: SdsViewTypeService;
    VIEW_TYPE: typeof ViewType;
    autohide: boolean;
    delay: number;
    color?: string;
    icon?: string;
    title?: string;
    hidden: EventEmitter<void>;
    live: string;
    role: string;
    isHidden: boolean;
    private _timeoutID;
    constructor(viewTypeService: SdsViewTypeService);
    ngOnInit(): void;
    ngAfterViewInit(): void;
    hide(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SdsScreenMessageComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SdsScreenMessageComponent, "sds-screen-message", never, { "autohide": { "alias": "autohide"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "color": { "alias": "color"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, { "hidden": "hidden"; }, never, ["*"], false, never>;
}
