export interface ChipProps { label?: string; color: string; bgcolor: string; }