import type { Position } from '../types'; export declare const buildPathD: (start: Position, end: Position) => string; export declare const setMotionPath: (el: HTMLElement, pathD: string) => void; export declare const setOffsetDistance: (el: HTMLElement, value: string) => void; export declare const setOffsetRotate: (el: HTMLElement, value: string) => void; export declare const setOffsetAnchor: (el: HTMLElement, value: string) => void; //# sourceMappingURL=pathGeneration.d.ts.map