import React from 'react'; import './index.scss'; import { LayoutFooterProps } from './type'; declare const LayoutFooter: React.FC; export default LayoutFooter;