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