interface Props { /** * Set to `false` to remove graphics referrals */ includeReferrals?: boolean; } /** * The standard Reuters.com site footer (quick, company and legal links), fetching live footer data in production. * * [Read the docs.](https://reuters-graphics.github.io/graphics-components/?path=/docs/components-page-furniture-sitefooter--docs) */ declare const SiteFooter: import("svelte").Component; type SiteFooter = ReturnType; export default SiteFooter;