import { IcEmphasisType, IcSizes, IcThemeMode } from "../../utils/types"; import { IcButtonTypes } from "../ic-button/ic-button.types"; /** * @slot badge - Badge component overlaying the top right of the chip. * @slot icon - Content will be rendered at the start of the chip. */ export declare class ActionChip { private chipEl?; private hostMutationObserver?; el: HTMLIcActionChipElement; /** * If `true`, the chip will appear disabled. */ disabled: boolean; watchDisabledHandler(): void; /** * If `true`, the user can save the linked URL instead of navigating to it. */ download: string | boolean; /** * The