import { BondSVGPath, BondVectors } from "./constants";
declare class SingleUpBondPathRenderer {
    static preparePaths(bondVectors: BondVectors): BondSVGPath[];
}
export default SingleUpBondPathRenderer;
