import { FooterAction, FooterActionProps, FooterCallToAction, FooterCallToActionProps, FooterPromo, FooterPromoProps } from './components'; export declare namespace Footer { const Promo: typeof FooterPromo; const Action: typeof FooterAction; const CallToAction: typeof FooterCallToAction; type PromoProps = FooterPromoProps; type ActionProps = FooterActionProps; type CallToActionProps = FooterCallToActionProps; }