/**
* Footer Components - Flexible, responsive footer
*
* @example
* ```tsx
* import {
* Footer,
* FooterGrid,
* FooterBrand,
* FooterLinkSection,
* FooterLink,
* FooterBottom,
* FooterCompact,
* FooterCompactLeft,
* FooterCompactRight,
* FooterVersion,
* FooterCopyright,
* } from '@sudobility/components';
*
* // Full footer
* function LandingFooter() {
* return (
*
* );
* }
*
* // Compact footer
* function AppFooter() {
* return (
*
* );
* }
* ```
*/
export { Footer, type FooterProps, type FooterVariant } from './Footer';
export { FooterGrid, FooterBrand, type FooterBrandProps, FooterLinkSection, type FooterLinkSectionProps, FooterLink, type FooterLinkProps, FooterBottom, FooterBottomRow, FooterCompact, FooterCompactLeft, FooterCompactRight, FooterVersion, type FooterVersionProps, FooterCopyright, type FooterCopyrightProps, FooterSocialLinks, type FooterSocialLinksProps, } from './FooterSlots';
//# sourceMappingURL=index.d.ts.map