/// export declare function useSessionState(key: string, defaultValue: S | (() => S)): [S, React.Dispatch>];