export interface ChipsWithCountProps { /** * The text to be displayed on the Chip and remaining as the count. */ labelsList: string[]; }