import React from 'react'; interface FooterProps { copyRight: string; } export declare function Footer({ copyRight }: FooterProps): React.JSX.Element; export {};