import { ControllerBase, type IPlotController } from '..'; /** * Provides an IPlotController with a default set of plot bindings. */ export declare class PlotController extends ControllerBase implements IPlotController { /** * Initializes a new instance of the PlotController class. */ constructor(); } //# sourceMappingURL=PlotController.d.ts.map