import type { Components } from 'react-markdown'; import type { TextSizeElement } from '../text-size'; export interface BuildRichEmbedOverridesOptions { ogApiBaseUrl: string; ogEndpointPath: string; textSizes: Record; } /** * Overrides spread LAST onto the engine's base map: `code` (fence-language * embeds), `div` (shortcode-expanded embeds), `img` (MarkdownImage with * runtime transformImageSrc), `video` (raw tags → Video SSOT). */ export declare function buildRichEmbedOverrides({ ogApiBaseUrl, ogEndpointPath, textSizes, }: BuildRichEmbedOverridesOptions): Partial; //# sourceMappingURL=embed-overrides.d.ts.map