import { TokenInfo } from './useOnRamp'; declare const useOTC: () => { showRamp: (token: TokenInfo) => void; }; export default useOTC;