import { TSciChartDestination } from "../Charting/Visuals/SciChartSurfaceBase";
/** @ignore */
export declare const sciChartDestinations: TSciChartDestination[];
/** @ignore */
export declare const sciChart3DDestinations: TSciChartDestination[];
/** @ignore */
export declare const sciChartSingleDestinations: TSciChartDestination[];
/** @ignore */
export declare const sciChart3DSingleDestinations: TSciChartDestination[];
/** @ignore */
export declare const sciChartPieDestinations: TSciChartDestination[];
