import React from 'react'; import type { ThoughtChainProps } from '../type'; declare const ThoughtChainList: React.FC; export { ThoughtChainList }; export type { ThoughtChainProps };