import { SVGProps } from 'react';

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

export { Einsteinium as default };
