export interface Thinking { width?: number; height?: number; color?: 'primary' | 'secondary' | 'custom' | string } declare const Thinking: React.ComponentType; export default Thinking;