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