import React from 'react'; import './style/index.less'; export declare type TFooProps = { title: string; className?: string; prefixCls?: string; }; declare const Foo: React.FC; export default Foo;