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