import { IconComponentBase } from '../../../../types';
import * as i0 from "@angular/core";
export declare class CloseIcnComponent implements IconComponentBase {
    color: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<CloseIcnComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CloseIcnComponent, "cardinal-close-icn", never, { "color": { "alias": "color"; "required": true; }; }, {}, never, never, true, never>;
}
