import { SVGProps } from 'react'; declare const Grin: (props: SVGProps) => JSX.Element; export { Grin as default };