import { LitElement } from 'lit'; export declare class Chip extends LitElement { label: string; variant: 'filled' | 'outlined'; color: 'default' | 'primary' | 'secondary' | 'error' | 'warning' | 'info' | 'success'; size: 'small' | 'medium'; clickable: boolean; deletable: boolean; disabled: boolean; static styles: import("lit").CSSResult; private handleClick; private handleDelete; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=Chip.d.ts.map