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