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