import type { Node } from '@remote-ui/testing';
export declare function toHaveProps<Props>(this: jest.MatcherUtils, node: Node<Props>, props: Partial<Props>): {
    pass: boolean;
    message: () => string;
};
