import { ShapeComponent as SC } from '../../runtime'; export type LineOptions = Record<string, any>; /** * | */ export declare const Line: SC<LineOptions>;