import { ReactNode } from 'react'; interface FooterProps { children: ReactNode; } declare function Footer(props: FooterProps): import("react/jsx-runtime").JSX.Element; export { Footer }; //# sourceMappingURL=Footer.d.ts.map