import { type FC } from 'react'; declare const Foo: FC<{ title: string; }>; export default Foo;