export declare function useScopedState(value: TValue, identifier?: any, noExternalUpdate?: boolean): [TValue, (value: TValue) => void]; //# sourceMappingURL=useScopedState.d.ts.map