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