import { AfterContentInit, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class OBxIconComponent implements AfterContentInit {
    private el;
    constructor(el: ElementRef);
    customClasses: string;
    projectedContent: string;
    ngAfterContentInit(): void;
    getClassNames(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<OBxIconComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<OBxIconComponent, "o-bx-icon", never, { "customClasses": "customClasses"; }, {}, never, ["*"], false>;
}
