/**
 * Thanks to Angular Material for Icon part of this library : https://github.com/angular/components
 */
import { IconRegistry } from './icon-registry';
import type { FlowbiteClass } from 'flowbite-angular';
import { BaseComponent } from 'flowbite-angular';
import type { OnInit } from '@angular/core';
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class IconComponent extends BaseComponent<FlowbiteClass> implements OnInit {
    _elementRef: ElementRef<HTMLElement>;
    _iconRegistry: IconRegistry;
    svgIcon: import("@angular/core").ModelSignal<string>;
    init(): void;
    fetchClass(): FlowbiteClass;
    private _splitIconName;
    private _updateSvgIcon;
    private _setSvgElement;
    private _clearSvgElements;
    static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "flowbite-icon", never, { "svgIcon": { "alias": "svgIcon"; "required": true; "isSignal": true; }; }, { "svgIcon": "svgIconChange"; }, never, ["*"], true, never>;
}
