import type { Conditions } from './Conditions'; import type { SurfaceRenderer } from './SurfaceRenderer'; import type { RenderableLayoutBlock } from '../blocks/RenderableLayoutBlock'; export declare const createSurfaceRenderer: () => (surfaceRenderer: SurfaceRenderer, conditions?: Conditions) => (blocks: readonly { type: string; }[]) => TOutputObject[]; //# sourceMappingURL=createSurfaceRenderer.d.ts.map