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