import { I2DSurfaceOptions } from "../../Charting/Visuals/I2DSurfaceOptions";
import { TWebAssemblyChart3D } from "./SciChart3DSurface";
/** @ignore */
export declare const createMultichart3d: (divElement: string | HTMLDivElement, options?: I2DSurfaceOptions) => Promise<TWebAssemblyChart3D>;
/** @ignore */
export declare const disposeMultiChart3d: () => void;
