import { SVGProps } from 'react';

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

export { Prometeus as default };
