export interface IChipInput { name: string; icon?: string; style?: 'list'; size?: 'small'; state?: 'secondary' | 'tertiary'; removeButton?: false; }