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