import { SVGProps } from 'react';

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

export { Stratis as default };
