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