interface RelationDisplayProps { value: string | string[] | null; entityType: string; titleField?: string; parentId?: string; multiple?: boolean; recordData?: Record; parentIdField?: string; teamId?: string; } export declare function RelationDisplay({ value, entityType, titleField, parentId, multiple, teamId }: RelationDisplayProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=relation-display.d.ts.map