import React from 'react';
import { Chunk, ChunkType } from '@sanity/field/diff';
import { TimelineItemState } from './types';
export declare function TimelineItem(props: {
    isSelectionBottom: boolean;
    isSelectionTop: boolean;
    state: TimelineItemState;
    onSelect: (chunk: Chunk) => void;
    chunk: Chunk;
    timestamp: string;
    type: ChunkType;
}): React.JSX.Element;
//# sourceMappingURL=timelineItem.d.ts.map