import * as React$1 from 'react'; import * as react_jsx_runtime from 'react/jsx-runtime'; import * as ResizablePrimitive from 'react-resizable-panels'; declare const ResizablePanelGroup: ({ className, ...props }: React.ComponentProps) => react_jsx_runtime.JSX.Element; declare const ResizablePanel: React$1.ForwardRefExoticComponent, "id" | "onResize"> & { className?: string | undefined; collapsedSize?: number | undefined; collapsible?: boolean | undefined; defaultSize?: number | undefined; id?: string | undefined; maxSize?: number | undefined; minSize?: number | undefined; onCollapse?: ResizablePrimitive.PanelOnCollapse | undefined; onExpand?: ResizablePrimitive.PanelOnExpand | undefined; onResize?: ResizablePrimitive.PanelOnResize | undefined; order?: number | undefined; style?: object | undefined; tagName?: keyof HTMLElementTagNameMap | undefined; } & { children?: React$1.ReactNode; } & React$1.RefAttributes>; declare const ResizableHandle: ({ withHandle, className, ...props }: React.ComponentProps & { withHandle?: boolean; }) => react_jsx_runtime.JSX.Element; export { ResizableHandle, ResizablePanel, ResizablePanelGroup };