import '@material/web/icon/icon'; import '@material/web/iconbutton/icon-button'; import '@material/web/ripple/ripple'; import '@material/web/focus/md-focus-ring'; import { LitElement } from 'lit'; export declare class TitaniumChip extends LitElement { /** * Label / text of the chip */ accessor label: string; /** * When true, the chip is selected */ accessor selected: boolean; /** * When true, trailing slot is replaced with a remove icon button */ accessor inputChip: boolean; /** * Prevents mouse events and disables the ripple effect */ accessor nonInteractive: boolean; /** * Icon name of the remove icon chip */ accessor inputChipRemoveIcon: string; /** * Whether or not the input should be disabled */ accessor disabled: boolean; private accessor hasLeadingItems; private accessor hasTrailingItems; private readonly leadingSlotElements; private readonly trailingSlotElements; static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=chip.d.ts.map