import { QueryServiceClient } from '@parca/client'; interface ProfileExplorerProps { queryClient: QueryServiceClient; } declare const ProfileExplorer: ({ queryClient }: ProfileExplorerProps) => JSX.Element; export default ProfileExplorer; //# sourceMappingURL=index.d.ts.map