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