import Footer, { FooterProps as TFooterProps } from './Footer'; export type FooterProps = TFooterProps; export default Footer;