declare function LineCurve(v1: any, v2: any): void; declare namespace LineCurve { var prototype: any; } export { LineCurve };