export interface IChip { label: string; onDelete?(): void; className?: string; }