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