import React from 'react';
import { UndrawSVGProps } from '../types';
declare const LiveCollaboration: React.FC<UndrawSVGProps>;
export default LiveCollaboration;
