export interface Chip { name: string; id: string; showRemoveButton?: boolean; description?: string; } //# sourceMappingURL=chip.interface.d.ts.map