import { Shape } from './Shape';
import Konva from 'konva/types/index-types';

export declare class Circle extends Shape<Konva.CircleConfig> {}
