declare const BACKGROUND_COLORS: string[];
declare const TEXT_COLORS: string[];
declare const SHAPE_COLORS: string[];
export { BACKGROUND_COLORS, TEXT_COLORS, SHAPE_COLORS, };
