export declare class PlotSize { scope: any; constructor(scope: any); updateModelWidth(newWidth: any): void; getPlotWithLegendWidth(): any; getPlotWithLegendHeight(): any; setResizable(): void; resizeFunction(): void; }