import { SystemIconProps } from '@workday/canvas-kit-react/icon';
import { CanvasSystemIcon } from '@workday/design-assets-types';
export interface PillIconProps extends Omit<SystemIconProps, 'icon'> {
    /**
     * The system icon rendered by the component
     * @default `plusIcon`
     */
    icon?: CanvasSystemIcon;
}
export declare const PillIcon: import("@workday/canvas-kit-react/common").ElementComponentM<"span", PillIconProps, {
    state: {
        id: string;
        maxWidth: string | number;
        disabled: boolean;
    };
    events: {};
}>;
//# sourceMappingURL=PillIcon.d.ts.map