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