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