import React from 'react'; import { ThinkProps } from './type'; declare const Think: React.FC; export { Think }; export type { ThinkProps }; export default Think;