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