export declare const ContentRelationship: ({ setRelationship, cancelSelection, }: { type?: string; relationId?: string; cancelSelection: () => void; setRelationship: ({ id, type, thumbnail, title, url, }: { id: string; type: string; thumbnail: string; title: string; url: string; }) => void; }) => import("react").JSX.Element; //# sourceMappingURL=InsideLink.client.d.ts.map