import type { FooterProps } from "../../data/entities";
declare const Footer: import("svelte").Component<FooterProps, {}, "">;
type Footer = ReturnType<typeof Footer>;
export default Footer;
