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