import './footer.less';
import { Footer } from './footer';
export type { FooterProps, ChipItem, LinkItem } from './footer';
export default Footer;
