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