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