import { OnChanges, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class IconComponent implements OnInit, OnChanges {
    /**
     * The icon for this button. Either a icon name same as for dui-icon, or an image path.
     */
    name?: string;
    /**
     * Change in the icon size. Should not be necessary usually.
     */
    size?: number;
    clickable: boolean | '';
    color?: string;
    usedSize: number;
    get isClickable(): boolean;
    disabled: boolean;
    get isDisabled(): boolean;
    constructor();
    ngOnChanges(): void;
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "dui-icon", never, { "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "clickable": { "alias": "clickable"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
}
