import React from "react"; type DataTableProfilerProps = { children: React.ReactNode; }; declare function DataTableProfiler({ children }: DataTableProfilerProps): React.JSX.Element; export { DataTableProfiler };