import type { XY } from '../Point'; /** * Parses "points" attribute, returning an array of values * @static * @memberOf fabric * @param {String} points points attribute string * @return {Array} array of points */ export declare function parsePointsAttribute(points: string | null): XY[]; //# sourceMappingURL=parsePointsAttribute.d.ts.map