import { FC, PropsWithChildren } from 'react'; import { SendBalanceContextProps } from './SendBalanceContext.types'; export declare const SendBalanceContextProvider: FC; export declare const useSendBalance: () => SendBalanceContextProps;