import { FunctionalComponent } from '../../stencil-public-runtime'; import { Matrix4 } from '@vertexvis/geometry'; import { DepthBuffer, Viewport } from '../../lib/types'; import { FrameCameraBase } from '../../lib/types/frame'; export declare const Renderer2d: FunctionalComponent; export declare function update2d(hostEl: HTMLElement, parentWorldMatrix: Matrix4.Matrix4, viewport: Viewport, camera: FrameCameraBase, depthBuffer: DepthBuffer | undefined): void;