import { useId as useId$1 } from "vue";

//#region src/app/composables/id.d.ts
/** @deprecated Use `useId` from `vue` */
declare const useId: typeof useId$1;
//#endregion
export { useId };