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