import { type FC } from 'react'; import './index.less'; declare const Footer: FC; export default Footer;