import type { Slide } from "../model/types.js"; export declare function readSlide(xml: any, rawXml?: string): Omit;