export declare const usePricePanel: () => { onInvert: () => void; isInverted: boolean | undefined; fromToken: import('..').Token | undefined; toToken: import('..').Token | undefined; isMarketPrice: boolean | undefined; }; export declare const usePricePanelAmount: ({ amount, typedValue, amountDecimals, invertedAmountDecimals, amountUsd, invertedAmountUsd, isInverted, }: { amount?: string; typedValue?: string; amountDecimals?: number; invertedAmountDecimals?: number; amountUsd?: string; invertedAmountUsd?: string; isInverted?: boolean; }) => { amount: string; amountUI: string; usd: string; }; //# sourceMappingURL=use-price-panel.d.ts.map