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