import React from 'react'; interface FooterProps extends React.HTMLAttributes { } export declare const Footer: React.FC; export {};