export function convertValueUnit(el: DOMTarget, decomposedValue: TweenDecomposedValue, unit: string, force?: boolean): TweenDecomposedValue;
import type { DOMTarget } from '../types/index.js';
import type { TweenDecomposedValue } from '../types/index.js';