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