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