/// <reference types="react" />
declare const ColorBoard: import("react").ComponentClass<any, any>;
export default ColorBoard;
