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