/// import type { IconType } from "./Icon/types"; declare function Send(props: IconType): JSX.Element; export default Send;