import { Node } from 'konva/lib/Node';
export type KonvaNodeConstructor = new (...args: any) => Node<any>;
