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