import { ISciChartSurfaceBase } from "../Charting/Visuals/ISciChartSurfaceBase"; export declare type TSciChartDestination = { canvasElementId: string; width: number; height: number; sciChartSurface: ISciChartSurfaceBase; };