import { TokenKey } from "./PoolActions"; /** * Sets value in input element */ export declare const setInputValue: (ref: any, value: number) => void; export declare const getOtherTokenKey: (key: TokenKey) => TokenKey;