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