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