import React from "react"; import { LineType } from "../../utils/line"; declare const LineKonva: ({ points }: LineType) => React.JSX.Element; export default LineKonva;