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