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