/// <reference types="react" />
declare const GasPump: (props: any, ref: any) => JSX.Element;
export default GasPump;
