export type Colors = {
  fill?: string;
  stroke?: string;
};