export declare function useScopeId(): {
    scopeId: {
        [x: string]: string;
    } | undefined;
};
