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