import type { TimestampFormatterOptions } from '../../i18n/types';
export interface TimestampProps extends TimestampFormatterOptions {
    customClass?: string;
    timestamp?: Date | string;
}
export declare function Timestamp(props: TimestampProps): import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=Timestamp.d.ts.map