import { HTMLAttributes } from "react";
interface Props extends HTMLAttributes<HTMLDivElement> {
    timestamp: string;
}
export declare function RevisionListTimestamp({ timestamp, className, children, ...rest }: Props): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=RevisionListTimestamp.d.ts.map