/// interface GasPriceOptionsProps { gasOptions: any; } declare const GasPriceOptions: ({ gasOptions }: GasPriceOptionsProps) => JSX.Element; export default GasPriceOptions;