import { SVGProps } from 'react';

declare const Gas: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Gas as default };
