/// import type { Node } from '../types'; export declare function toContainReactText(this: jest.MatcherUtils, node: Node, text: string): { pass: boolean; message: () => string; }; export declare function toContainReactHtml(this: jest.MatcherUtils, node: Node, text: string): { pass: boolean; message: () => string; }; //# sourceMappingURL=strings.d.ts.map