import { SVGProps } from 'react'; declare const IconArrowRegular: (props: SVGProps) => JSX.Element; export default IconArrowRegular;