import { ReceiveWalletFundsProps } from '../../../../widgets/DynamicWidget/views/ReceiveWalletFunds/types'; type PromptAmountAndFundWithWalletProps = ReceiveWalletFundsProps; export declare const usePromptAmountAndFundWithWallet: () => (props: PromptAmountAndFundWithWalletProps) => void; export {};