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