import type { DataType } from '../CompoundData';
export declare function getInChI(data: DataType): {
    value: any;
    label: string;
    description: any;
};
//# sourceMappingURL=getInChI.d.ts.map