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