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