import * as React from "react"; interface Props { dispatch: any; walletTranslations: { [key: string]: any; }; } declare class AddFunds extends React.PureComponent { render(): JSX.Element; } declare const _default: import("react-redux").ConnectedComponent & Props, "ref" | "key">>; export default _default;