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