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