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