import type { RelationshipFieldServerComponent } from 'payload'; /** * Parent field which sets the field to be read only if the collection has a shared parent document and the field has a value. */ export declare const ParentField: RelationshipFieldServerComponent;