/**
 * useId - Vue 3.5 风格唯一 ID
 * @param prefix 可选前缀
 * @returns string
 */
export declare function useId(prefix?: string): string;
