import { PropsWithChildren, JSX } from "react";
/**
 * SciChartMemoryDebugWrapper is used to help checking memory leaks related to SciChart.
 * Rendering the component enables Memory Debug Mode and adds extra UI elements to allow easily mount/unmount the child components
 * @remarks Find more info at [Memory Leak Debugging docs](https://www.scichart.com/documentation/js/current/MemoryLeakDebugging.html)
 */
export declare function SciChartMemoryDebugWrapper(props: PropsWithChildren<any>): JSX.Element;
//# sourceMappingURL=SciChartMemoryDebugWrapper.d.ts.map