import { PreviewComponentProps } from "../internal"; import React from "react"; /** * @category Preview components */ export declare function TimestampPreview({ name, value, property, size }: PreviewComponentProps): React.ReactElement;