/// import type { ComponentType } from 'react'; import type { Node, PropsFor } from '../types'; export declare function toContainReactComponent>(this: jest.MatcherUtils, node: Node, type: Type, props?: Partial>): { pass: boolean; message: () => string; }; export declare function toContainReactComponentTimes>(this: jest.MatcherUtils, node: Node, type: Type, times: number, props?: Partial>): { pass: boolean; message: () => string; }; //# sourceMappingURL=components.d.ts.map