import { PropBoolean } from '../../services';
import * as i0 from "@angular/core";
export declare class IconComponent {
    size?: string;
    unsize: PropBoolean;
    fill: PropBoolean;
    spin: PropBoolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "box-icon", never, { "size": "font-size"; "unsize": "unsize"; "fill": "fill"; "spin": "spin"; }, {}, never, ["*"], false, never>;
}
