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