export declare class PlotFactory { static createPlotItem(item: any, lodThreshold?: number): any; static recreatePlotItem(item: any): void; }