import { FC } from 'react'; import { CopyrightInterface } from './copyright.types'; export declare const Copyright: FC;