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