export { Footer } from './Footer'; export type { FooterProps } from './Footer'; export { FooterBrand } from './FooterBrand'; export type { FooterBrandProps } from './FooterBrand'; export { Copyright as FooterCopyright } from '../Copyright/Copyright'; export { FooterLinkGroup } from './FooterLinkGroup'; export type { FooterLinkGroupProps } from './FooterLinkGroup'; export type { FooterBrandTheme, FooterLinkGroupTheme, FooterRootTheme, FooterTheme, } from './theme'; //# sourceMappingURL=index.d.ts.map