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