import type { IShape } from '../../../abstraction'; export declare const LineShape: IShape & Function;