import { SVGProps } from 'react';

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

export { Veritaseum as default };
