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