import { SVGProps } from 'react';

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

export { ThetaFuel as default };
