import React from 'react'; import { CopyrightProps } from './types'; declare const Copyright: ({ bgColor, color, pb, textCompany, textRights }: CopyrightProps) => React.JSX.Element; export default Copyright;