import * as react_jsx_runtime from 'react/jsx-runtime'; import * as ResizablePrimitive from 'react-resizable-panels'; declare function ResizablePanelGroup({ className, ...props }: ResizablePrimitive.GroupProps): react_jsx_runtime.JSX.Element; declare function ResizablePanel({ ...props }: ResizablePrimitive.PanelProps): react_jsx_runtime.JSX.Element; declare function ResizableHandle({ withHandle, className, ...props }: ResizablePrimitive.SeparatorProps & { withHandle?: boolean; }): react_jsx_runtime.JSX.Element; export { ResizableHandle, ResizablePanel, ResizablePanelGroup };