import { SVGProps } from 'react';

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

export { Uma as default };
