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