import type { Block } from '@devvit/protos/types/devvit/ui/block_kit/v1beta/block.js'; import type { AttributeOverrides } from '../attributes.js'; import type { RenderContext } from './renderContext.js'; import type { TemplateLike } from './util.js'; export declare function renderStackBlock(block: Block, ctx: RenderContext | undefined, renderBlock: (block: Block, ctx: RenderContext) => TemplateLike, attributeOverrides?: AttributeOverrides | undefined): TemplateLike; //# sourceMappingURL=renderStackBlock.d.ts.map