import { RootState } from '../../../../rootStateTypes'; import { AddressUpdatableInfo } from '../../../addressView/addressViewState'; import { BankAccountSelectorView } from '../../../bankAccountView/bankAccountViewSelector'; export declare const getMagicLinkView: (rootState: RootState) => { authParams: import("../../../..").AuthParams; companyName: string; billAttachment: import("../../../..").Attachment | undefined; currencySymbol: string; amount: number; billFetchState: import("../../../../commonStateTypes/common").FetchState; fetchState: import("../../../../commonStateTypes/common").FetchState; }; export type MagicLinkView = ReturnType; export declare function getMagicLinkBankAccountView(state: RootState): BankAccountSelectorView; export declare function getMagicLinkCurrentAddressState(rootState: RootState): AddressUpdatableInfo | undefined;