import type { Ref } from 'vue'; export declare function useUniqueId(id?: Ref): globalThis.ComputedRef;