/** * @Author: lcl * @Date: 2024/3/13 */ import { type FC } from 'react'; declare const Foo: FC<{ title: string; }>; export default Foo;