export class BlendSpaceDefinition {
    /**
     * Axis of the blend space
     * @type {Array}
     */
    axis: any[];
}
//# sourceMappingURL=BlendSpaceDefinition.d.ts.map