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