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