import React from 'react'; /** Displays a copyright notice. */ export declare function Copyright({ startYear, showLabel, }: { startYear?: number; showLabel?: boolean; }): React.JSX.Element;