import { SVGProps } from 'react';

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

export { Cortex as default };
