/// interface DocumentDescriptionCardProps { docId: string; onEdit: () => void; onUnlink: () => void; } export declare function DocumentDescriptionCard(props: DocumentDescriptionCardProps): JSX.Element | null; export {};