import type { DOMSnapshotResult, TakeDOMSnapshotOptions } from '../isomorphic/types.ts'; import applyConstructedStylesPatch from './applyConstructedStylesPatch.ts'; export { applyConstructedStylesPatch }; declare global { interface Window { __happoHoveredElement?: Element | null; __happoActiveElement?: Element | null; } } export default function takeDOMSnapshot({ doc, element: oneOrMoreElements, responsiveInlinedCanvases, transformDOM, handleBase64Image, strategy, autoApplyPseudoStateAttributes, }: TakeDOMSnapshotOptions): DOMSnapshotResult; //# sourceMappingURL=takeDOMSnapshot.d.ts.map