/// declare type Props = { date: Date; format?: string; }; declare const Timestamp: { (props: Props): JSX.Element; defaultProps: { format: string; }; }; export default Timestamp;