export { FooterColumn, type FooterColumnProps } from './footer-column.js'; export { FooterLink, type FooterLinkProps } from './footer-link.js'; export { FooterSocial, type FooterSocialProps, type SocialPlatform } from './footer-social.js'; export { FooterSimple, type FooterSimpleProps } from './footer-simple.js'; export { FooterColumns, type FooterColumnsProps } from './footer-columns.js'; export { FooterDark, type FooterDarkProps } from './footer-dark.js'; export { FooterCentered, type FooterCenteredProps } from './footer-centered.js'; export { FooterWithNewsletter, type FooterWithNewsletterProps } from './footer-with-newsletter.js';