import type { CopyrightTextProps } from '../../types'; declare const CopyrightText: (props: CopyrightTextProps) => import("react/jsx-runtime").JSX.Element; export default CopyrightText;