import { ShapeProps } from '../../types/shape-props'; import { LineElement } from './line'; export interface Props extends ShapeProps { } declare const _default: import('vue').DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;