import { SVGProps } from 'react';

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

export { Masari as default };
