export declare const useTouchedFields: () => { fromAmount?: boolean | undefined; fromToken?: boolean | undefined; toAddress?: boolean | undefined; toToken?: boolean | undefined; fromChain?: boolean | undefined; toChain?: boolean | undefined; contractOutputsToken?: boolean | undefined; toAmount?: boolean | undefined; toContractAddress?: boolean | undefined; toContractCallData?: boolean | undefined; toContractGasLimit?: boolean | undefined; tokenSearchFilter?: boolean | undefined; };