export interface CommonColors {
  black: string;
  white: string;
  transparent: string;
  fullBlack: string;
  darkBlack: string;
  lightBlack: string;
  minBlack: string;
  faintBlack: string;
  fullWhite: string;
  darkWhite: string;
  lightWhite: string;
}

declare const common: CommonColors;
export default common;
