import { SVGProps } from 'react';

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

export { Grin as default };
