/** Is client side and not jsdom */ export declare const isBrowserClient: boolean; /** Get unique id for accessibility usage */ export declare function getUUID(): number | string; export declare function useId(id?: import("vue").Ref, prefix?: string): string;