ResizablePanelGroup( __namedParameters: Omit< HTMLAttributes<keyof HTMLElementTagNameMap>, "id", > & { autoSaveId?: null | string; className?: string; dir?: "auto" | "ltr" | "rtl"; direction: Direction; id?: null | string; keyboardResizeBy?: null | number; onLayout?: null | PanelGroupOnLayout; storage?: PanelGroupStorage; style?: CSSProperties; tagName?: keyof HTMLElementTagNameMap
; } & { children?: ReactNode } & RefAttributes<ImperativePanelGroupHandle>,): Element