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