import { FC } from "react";
interface ForwardIconProps {
}
declare const ForwardIcon: FC<ForwardIconProps>;
export default ForwardIcon;
