import { FooterProps } from './IFooter'; declare const Footer: ({ children, footerTheme }: FooterProps) => import("react/jsx-runtime").JSX.Element; export default Footer;