/// <reference types="react" />
import type { FooterProps } from './type';
declare const Footer: import("react").NamedExoticComponent<FooterProps>;
export default Footer;
