import { SVGProps } from 'react';

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

export { Utrust as default };
