import type { PossibleVector2, Signal } from '@revideo/core'; import { Vector2 } from '@revideo/core'; import type { Length } from '../partials'; export type Vector2LengthSignal = Signal, Vector2, TOwner> & { x: Signal; y: Signal; }; export declare function vector2Signal(prefix?: string | Record): PropertyDecorator; //# sourceMappingURL=vector2Signal.d.ts.map