import React from 'react'; export declare type TimestampProps = { children: Date | string; options?: Intl.DateTimeFormatOptions; }; export declare const Timestamp: React.NamedExoticComponent; //# sourceMappingURL=index.d.ts.map