import * as i0 from '@angular/core';
import { OnChanges, OnInit } from '@angular/core';
import { NgDocIconSize } from '@ng-doc/ui-kit/types';

declare class NgDocIconComponent implements OnChanges, OnInit {
    private readonly elementRef;
    private readonly httpClient;
    private readonly baseUrl;
    /** Icon name */
    icon: string;
    /** Custom icon name, if not set, `icon` will be used */
    customIcon: string;
    /** Icon size */
    size: NgDocIconSize;
    private readonly reload$;
    private readonly assetsPath;
    private readonly customIconsPath;
    constructor();
    ngOnChanges(): void;
    ngOnInit(): void;
    get href(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgDocIconComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NgDocIconComponent, "ng-doc-icon", never, { "icon": { "alias": "icon"; "required": false; }; "customIcon": { "alias": "customIcon"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
    static ngAcceptInputType_size: unknown;
}

export { NgDocIconComponent };
