export declare type ChipColor = "blue" | "red" | "yellow" | "green" | "grey";
