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