import type { MotionSelectorResult } from './types'; export declare function buildDataMotionIdSelector(id: string): string; export declare function buildMotionSelector(element: HTMLElement, root?: ParentNode): MotionSelectorResult; export declare function getMotionTargetId(element: HTMLElement, root?: ParentNode): string; export declare function resolveMotionSelector(selector: string, root?: ParentNode): HTMLElement | null;