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