/** * 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: any): { x: number; y: number; }[] | null; //# sourceMappingURL=parsePointsAttribute.d.ts.map