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