import type { MatcherState, MatcherUtils } from 'expect'; import type { Node, HTMLNodeExtensions } from '../types.ts'; export declare function toContainReactHTML(this: MatcherState, node: Node, text: string): { pass: boolean; message: () => string; }; export declare function toHaveReactDataProps(this: MatcherState & MatcherUtils, node: Node, data: { [key: string]: string; }): { pass: boolean; message: () => string; }; //# sourceMappingURL=dom.d.ts.map