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