import { type FooterUlProps as Props } from './';
declare const FooterUl: import("svelte").Component<Props, {}, "">;
type FooterUl = ReturnType<typeof FooterUl>;
export default FooterUl;
