import { StatusType } from './status.types';
import * as i0 from "@angular/core";
export declare class StatusComponent {
    type?: StatusType;
    get styles(): {
        [klass: string]: boolean;
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<StatusComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<StatusComponent, "xui-status", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
}
