/**
 * This loads CharChem library from UNPKG. This function
 * is idempotent, you can call it any number of times.
 */
declare const loadCharChem: () => Promise<any>;
export default loadCharChem;
