import type { Chip } from '../../api/ds.types.js'; import { type AriaValidationHost } from '../../utils/aria/aria-validation-controller'; import { ReactiveControllerHost } from '../../utils/stencil/reactive-controller-host.js'; export declare class LmvzChip extends ReactiveControllerHost implements AriaValidationHost { private readonly ariaValidationController; private beforeSlot?; private defaultSlot?; private afterSlot?; el: HTMLElement; get validationEl(): HTMLElement; type: Chip.Type; size: Chip.Size; constructor(); normalizeType(value: string): void; normalizeSize(value: string): void; componentWillLoad(): void; connectedCallback(): void; private readonly checkContent; render(): any; }