import { SVGProps } from 'react';

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

export { GnosisGno as default };
