import { Line } from '@realsee/five/line';
export declare class FiveLine extends Line {
    constructor(...args: ConstructorParameters<typeof Line>);
    toJSON(): {
        type: string;
        points: any;
    };
}
