type alias PanelGroupStorageRe-exportimport { type PanelGroupStorage } from "https://deno.land/x/netzo@0.5.14/deps/react-resizable-panels.ts"; definition: { getItem(name: string): string | null; setItem(name: string, value: string): void; }