import { ReactNode } from 'react'; export declare type FooterProps = { children?: ReactNode; className?: string; }; export default function Footer(props: FooterProps): JSX.Element;