import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
import { IconSvgObject } from '../lib/types';
import * as i0 from "@angular/core";
export declare class HugeiconsIconComponent implements OnInit, OnChanges {
    size: string | number;
    strokeWidth?: number;
    absoluteStrokeWidth: boolean;
    icon: IconSvgObject;
    altIcon?: IconSvgObject;
    color: string;
    class: string;
    showAlt: boolean;
    paths: Array<{
        d: string;
        fill: string;
        opacity?: string;
        fillRule?: string;
        stroke?: string;
        strokeWidth?: number;
    }>;
    ngOnInit(): void;
    ngOnChanges(changes: SimpleChanges): void;
    private updatePaths;
    trackByFn(index: number): number;
    static ɵfac: i0.ɵɵFactoryDeclaration<HugeiconsIconComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<HugeiconsIconComponent, "hugeicons-icon", never, { "size": { "alias": "size"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; "absoluteStrokeWidth": { "alias": "absoluteStrokeWidth"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "altIcon": { "alias": "altIcon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "class": { "alias": "class"; "required": false; }; "showAlt": { "alias": "showAlt"; "required": false; }; }, {}, never, never, true, never>;
}
