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