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