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