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