import type { RecordElementPreviewFormatType } from '../shared/types'; export declare const PreviewText: ({ value, previewFormat, }: { value: V; previewFormat?: RecordElementPreviewFormatType | undefined; }) => JSX.Element;