import React from 'react'; import type { FooterWrapperProps } from './types'; declare const FooterWrapper: ({ children, footerContainer, interactions, theme, paginationNeeded, }: FooterWrapperProps) => React.JSX.Element | null; export default FooterWrapper;