export declare function useInstanceUniqId({ componentName, providedId, }: {
    componentName: string;
    providedId?: string;
}): import('vue').ComputedRef<string>;
