/// import type { RemoteComponentType, PropsForRemoteComponent } from '@remote-ui/core'; import { Node } from '../types'; export declare function toContainRemoteComponent>(this: jest.MatcherUtils, node: Node, type: Type, props?: Partial>): { pass: boolean; message: () => string; }; export declare function toContainRemoteComponentTimes>(this: jest.MatcherUtils, node: Node, type: Type, times: number, props?: Partial>): { pass: boolean; message: () => string; }; //# sourceMappingURL=components.d.ts.map