import { ChipBase } from './chip-base'; /** * Action ribbon * * @slot - This element has a slot */ export declare class CovalentChip extends ChipBase { static styles: import("lit").CSSResult[]; } declare global { interface HTMLElementTagNameMap { 'cv-chip': CovalentChip; } } export default CovalentChip; //# sourceMappingURL=chip.d.ts.map