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