import { RelativeTimeElement } from '@github/relative-time-element';
import type { ComponentProps } from '../utils/types';
declare const RelativeTimeComponent: import("@lit-labs/react").ReactWebComponent<RelativeTimeElement, {}>;
declare function RelativeTime({ date, datetime, children, noTitle, ...props }: RelativeTimeProps): import("react").JSX.Element;
export type RelativeTimeProps = ComponentProps<typeof RelativeTimeComponent>;
export default RelativeTime;
//# sourceMappingURL=RelativeTime.d.ts.map