export declare const useScopeId: () => {
    [x: string]: string;
} | null;
