import { default as React } from 'react'; import { SvgIllustrationProps } from '../Illustration'; export interface Palette { lines: string; shapes1: string; shapes2: string; } declare const Thinking: React.FC; export default Thinking;