/** * Parses property name and scale value index from scalePath */ export declare function parseScaleValuePath(scalePath: any): [ /** Scale property name (for nested values like primary.-1) */ string, /** Index of scale value to use */ number]; //# sourceMappingURL=parseScaleValuePath.d.ts.map