import { Atom, AtomMut } from '@reatom/framework';
type TimeStampProps = {
    nodesToWatch: AtomMut<Atom[]>;
};
export declare const TimeStamp: ({ nodesToWatch }: TimeStampProps) => import("@reatom/jsx/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=TimeStamp.d.ts.map