import type { Slide, Presentation } from "../model/types.js"; import type { StyleBuilder } from "./style-builder.js"; import { type MapperContext } from "./drawable-mapper.js"; export declare function mapSlide(slide: Slide, presentation: Presentation, styles: StyleBuilder, attachments: Map, ctx: MapperContext, slideWidthPx: number, slideHeightPx: number): string;