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