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