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