export function useFloatingComment(params: any): { id: any; comment: import('vue').Ref; position: { top: number; left: number; right: number; bottom: number; }; offset: import('vue').Ref; }; //# sourceMappingURL=use-floating-comment.d.ts.map