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; static ɵcmp: i0.ɵɵComponentDeclaration; }