import React, { PropsWithChildren } from 'react';
interface ProfileProps {
    id: string;
    kind: string;
    printToDOM?: boolean;
}
export declare const RenderPerformanceProfiler: ({ id, kind, children, printToDOM, }: PropsWithChildren<ProfileProps>) => React.JSX.Element;
export {};
//# sourceMappingURL=RenderPerformanceProfiler.d.ts.map