declare const black: string; declare const white: string; declare const transparent: string; declare const fullBlack: string; declare const darkBlack: string; declare const lightBlack: string; declare const minBlack: string; declare const faintBlack: string; declare const fullWhite: string; declare const darkWhite: string; declare const lightWhite: string; export default { black, white, transparent, fullBlack, darkBlack, lightBlack, minBlack, faintBlack, fullWhite, darkWhite, lightWhite };