import { Props } from './AuthorizationModal.types'; export declare function AuthorizationModal({ authorization, requiredAllowance, currentAllowance, action, authorizationType, revokeStatus, grantStatus, confirmationStatus, error, confirmationError, network, authorizedContractLabel, targetContractLabel, translationKeys, isWeb2AutoSigning, onClose, onRevoke, onGrant, onAuthorized, onFetchAuthorizations }: Props): import("react/jsx-runtime").JSX.Element;