import { SVGProps } from 'react';

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

export { Helium as default };
