/// import { Dex } from '../../hooks/useSwap'; import { SwapPool } from '../../utils/aggregationRouting'; export declare const getDexInfoByPool: (pool: SwapPool, allDexes?: Dex[]) => { name: string; logoURL: string; } | undefined; export declare const getSwapPercent: (percent?: number, routeNumber?: number) => string | null; export declare const onScroll: (element: HTMLDivElement | null) => void; export declare const useShadow: (scrollRef: React.RefObject, shadowRef: React.RefObject, contentRef: React.RefObject) => import("lodash").DebouncedFuncLeading<(...args: any) => any>; //# sourceMappingURL=helpers.d.ts.map