import { ElementRef, OnInit, Renderer2 } from '@angular/core';
import { Utils } from '../utils';
import * as i0 from "@angular/core";
export declare class MdbIconComponent implements OnInit {
    private _el;
    private _renderer;
    icon: string;
    size: string;
    class: string;
    classInside: string;
    fab: boolean;
    far: boolean;
    fal: boolean;
    fad: boolean;
    fas: boolean;
    sizeClass: string;
    utils: Utils;
    constructor(_el: ElementRef, _renderer: Renderer2);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<MdbIconComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<MdbIconComponent, "mdb-icon", never, { "icon": "icon"; "size": "size"; "class": "class"; "classInside": "classInside"; }, {}, never, never, false, never>;
}
