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