import { FC } from 'react'; import { CopyrightProps } from './props'; /** * @name Copyright * @description Functional component for rendering copyright information, with an optional link to the author's website. * @param {CopyrightProps} props - Props for the Copyright component. * @returns {React.ReactNode} * @author Pol Gubau Amores - https://polgubau.com */ export declare const Copyright: FC; //# sourceMappingURL=Copyright.d.ts.map