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