import { IMonomerLibBase } from './../types/monomer-library'; import { HelmType } from './../helm/types'; export declare function buildCompositionTable(counts: { [m: string]: number; }, biotype: HelmType, monomerLib: IMonomerLibBase, monomerBioTypes?: { [m: string]: HelmType; }): HTMLTableElement; //# sourceMappingURL=composition-table.d.ts.map