import type { ContentNode } from './ContentNode.js'; export type RenderFunction = () => ContentNode; //# sourceMappingURL=RenderFunction.d.ts.map