export default function useSessionStorage<T>(key: string, defaultValue?: T): import("./useStorage").UseStorageOutput<T>;
