export declare function useSharableState(initialValue: number): { get: () => number; set: (newValue: number) => void; }; //# sourceMappingURL=useSharableState.d.ts.map