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