export declare function injectHighlightStyles(): void; /** * Zero the bottom margin on the slide's last rendered child so the slide * can be embedded in flow layouts without leaking the trailing paragraph * (or list / heading) margin into outer spacing. Hosts that want a gap * after the slide should provide it on their own container. * * Idempotent and SSR-safe. */ export declare function injectSlideResetStyles(): void; //# sourceMappingURL=injectStyles.d.ts.map