import type { IconProps } from '../types/index'; declare function SvgSendSquareFilled(iconProps: IconProps): JSX.Element; declare namespace SvgSendSquareFilled { var displayName: string; } export default SvgSendSquareFilled;