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