interface ChemistryRelationCardProps { fromName: string; toName: string; fromLabel?: string; toLabel?: string; relationshipType?: string; description?: string; onClose?: () => void; onClick?: () => void; } export declare function ChemistryRelationCard({ fromName, toName, fromLabel, toLabel, relationshipType, description, onClose, onClick, }: ChemistryRelationCardProps): import("react").JSX.Element; export {}; //# sourceMappingURL=ChemistryRelationCard.d.ts.map