import React from 'react'; import { FooterProps, ListItem } from './type'; export type { FooterProps, ListItem }; declare const Footer: React.ForwardRefExoticComponent>; export default Footer;