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<any>;
    oCustomContent?: OCustomContentDirective;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<OBannerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<OBannerComponent, "o-banner", never, { "isDark": "isDark"; "content": "content"; "icon": "icon"; "customClasses": "customClasses"; }, {}, ["children", "oCustomContent"], ["o-banner-icon", "o-banner-text", "o-banner-actions", "*"], false>;
}
