import { SVGProps } from 'react'; declare const Gas: (props: SVGProps) => JSX.Element; export { Gas as default };