import { AttributeData, AttributeArray } from './types'; /** * Decode tangent data (may have oct-encoding) * @param attrData - The attribute data with tangent info * @returns Decoded Float32Array with xyzw tangents or original array */ export declare function decodeTangent(attrData: AttributeData): Float32Array | AttributeArray; //# sourceMappingURL=tangent.d.ts.map