import type { UIField } from 'payload';
import React from 'react';
type PreviewProps = {
    readonly descriptionPath?: string;
    readonly hasGenerateURLFn: boolean;
    readonly titlePath?: string;
} & UIField;
export declare const PreviewComponent: React.FC<PreviewProps>;
export {};
//# sourceMappingURL=PreviewComponent.d.ts.map