import { SVGProps } from "react";
declare const SvgGrinningSquintingEmoji: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgGrinningSquintingEmoji;
