import { FC } from 'react'; import { FooterConfig } from './index'; import './style'; declare const LayoutFooter: FC; export default LayoutFooter;