/// import { ColorBoardEvent } from './type'; export declare const ColorBoardEventProvider: import("react").FC<{}>, useColorBoardEventSubscribe: (type: Key, handler: import("../../utils/EventBus").EventBusHandler) => void, useColorBoardEventPublish: () => (type: Key, evt?: ColorBoardEvent[Key]) => void;