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