import { ElementRef } from '@angular/core'; import { OCustomContentDirective } from 'ngx-obelisco-example/directives'; import * as i0 from "@angular/core"; export declare class OBannerComponent { isDark?: boolean; content?: string; icon?: string; customClasses: string; children?: ElementRef; oCustomContent?: OCustomContentDirective; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }