PaintBrushEventMap: {
    readyChange: ((ready: boolean) => void);
    stateChange: ((state: PaintBrushAction, userAction: boolean) => void);
}