import { ComputedRef } from 'vue'; declare function useId(id?: string, suffix?: string): ComputedRef; export default useId;