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