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