import { OnChanges, SimpleChanges, ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TguiDynamicIconComponent implements OnChanges {
    icon: string;
    iconContainer: ViewContainerRef;
    private componentRef;
    private readonly iconSizes;
    ngOnChanges(changes: SimpleChanges): void;
    private loadIconComponent;
    private hasSize;
    private formatIconComponentName;
    private toCamelCase;
    static ɵfac: i0.ɵɵFactoryDeclaration<TguiDynamicIconComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TguiDynamicIconComponent, "tgui-dynamic-icon", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, true, never>;
}
