///
import type { Node } from '../types';
export declare function toHaveReactProps(this: jest.MatcherUtils, node: Node, props: Partial): {
pass: boolean;
message: () => string;
};
export declare function toHaveReactDataProps(this: jest.MatcherUtils, node: Node, data: {
[key: string]: string;
}): any;
//# sourceMappingURL=props.d.ts.map