export type ThemeProps = {
  [key: string]: string | number;
};

export type ThemesProps = {
  [key: string]: ThemeProps;
};
