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