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