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