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