import React from 'react'; type Props = { className: string; role?: string; }; declare const Copyright: React.FC; export default Copyright;