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