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