/** * * * Free-form tag entry with delimiter splitting and paste support. * * Usage: * * * Events: ry:change, ry:add, ry:remove */ import { RyElement } from '../core/ry-element.js'; export declare class RyTagInput extends RyElement { #private; setup(): void; get value(): string; get values(): string[]; } //# sourceMappingURL=ry-tag-input.d.ts.map