import { IEmojiProps } from "../../styled";
declare const SvgMonkeyFace2: (props: IEmojiProps) => JSX.Element;
export default SvgMonkeyFace2;
