import { SVGProps } from 'react';

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

export { GenesisVision as default };
