import { FooterProps } from "./type.mjs";
import Footer from "./Footer.mjs";
export { type FooterProps, Footer as default };