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