import { SVGProps } from 'react';

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

export { Everipedia as default };
