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