import Konva from 'konva/types/index-types';

export declare class Layer extends Konva.Layer {}
export type LayerType = typeof Konva.Layer
