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