import { ISciChartSurfaceBase } from "../Charting/Visuals/ISciChartSurfaceBase"; import { TSciChartDestination } from "../types/SurfaceDestination"; /** @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[]; /** @ignore */ export declare function getOther2DMultiChartDestinations(surface: ISciChartSurfaceBase): TSciChartDestination[]; /** @ignore */ export declare function getOther3DMultiChartDestinations(surface: ISciChartSurfaceBase): TSciChartDestination[]; /** @ignore */ export declare function getOther2DDestinations(surface: ISciChartSurfaceBase): TSciChartDestination[]; /** @ignore */ export declare function getOther3DDestinations(surface: ISciChartSurfaceBase): TSciChartDestination[]; /** @ignore */ export declare function getOtherPieDestinations(surface: ISciChartSurfaceBase): TSciChartDestination[];