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