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