import { OCustomContentDirective } from 'ngx-obelisco-example/directives';
import { AlertList, AlertTypes } from 'ngx-obelisco-example/core/models';
import * as i0 from "@angular/core";
export declare class OAlertComponent {
    type: AlertTypes;
    isDismissible: boolean;
    listContent?: AlertList;
    customClasses: string;
    checkUrls(): boolean;
    oCustomContent?: OCustomContentDirective;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<OAlertComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<OAlertComponent, "o-alert", never, { "type": "type"; "isDismissible": "isDismissible"; "listContent": "listContent"; "customClasses": "customClasses"; }, {}, ["oCustomContent"], ["*"], false>;
}
