export declare const useGasPrice: (chainName: string) => {
    gasPrice: any;
    isLoading: boolean;
};
