import type { JSX } from 'react'; export type FooterProps = { className?: string; }; export declare function Footer({ className }: FooterProps): JSX.Element | null;