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