import { RootStateOrAny } from '../../../types'; import { AuthorizationModal } from './AuthorizationModal'; import { AuthorizationStepStatus } from './AuthorizationModal.types'; declare const _default: import("react-redux").ConnectedComponent void; authorization: import("../../../modules/authorization/types").Authorization; requiredAllowance?: import("ethers").BigNumber | undefined; currentAllowance?: import("ethers").BigNumber | undefined; isWeb2AutoSigning?: boolean | undefined; authorizationType: import("../../../modules/authorization/types").AuthorizationType; authorizedContractLabel?: string | undefined; targetContractLabel?: string | undefined; translationKeys: import("..").AuthorizationTranslationKeys; getConfirmationStatus?: ((state: RootStateOrAny) => AuthorizationStepStatus) | undefined; getConfirmationError?: ((state: RootStateOrAny) => string | null) | undefined; onAuthorized: () => void; onRevoke: (authorization: import("../../../modules/authorization/types").Authorization, analyticsTraceId: string) => void; onGrant: (authorization: import("../../../modules/authorization/types").Authorization, options?: import("./AuthorizationModal.types").HandleGrantOptions) => void; context?: import("react-redux/es/components/Context").ReactReduxContextInstance | undefined; store?: import("redux").Store | undefined; }>; export default _default;