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