import { GrantUserConsentsMutation } from '../../../graphql-schema'; export declare const useGiveConsentMutation: () => { giveConsent: (options?: import("@apollo/react-common").MutationFunctionOptions> | undefined) => Promise>; loading: boolean; error: import("apollo-client").ApolloError | undefined; }; //# sourceMappingURL=useGiveConsentMutation.d.ts.map