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