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