export declare function useFloating(triggerRef: any, floatRef: any, options?: any): { visible: import("vue").Ref; };