import type { ComputedData, DataType } from '../CompoundData';
/**
 * Returns the topological polar surface area in angstrom^2
 *
 * @param data Data of a compound data request to the PubChem API
 * @returns Computed Data
 */
export declare function getTPSA(data: DataType): ComputedData;
//# sourceMappingURL=getTPSA.d.ts.map