import type { MatcherFunction } from "expect";
import type { NextRenderOptions } from "../internal/index.js";
export declare const toRerender: MatcherFunction<[options?: NextRenderOptions]>;
export declare const toRenderExactlyTimes: MatcherFunction<[
    times: number,
    options?: NextRenderOptions
]>;
//# sourceMappingURL=ProfiledComponent.d.ts.map