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