/// import { IIconProps } from "types"; declare const ArrowSvg: (props: IIconProps) => JSX.Element; export default ArrowSvg;