import * as ResizablePrimitive from "react-resizable-panels"; declare const ResizablePanelGroup: ({ className, ...props }: React.ComponentProps) => import("node_modules/@types/react").JSX.Element; declare const ResizablePanel: typeof ResizablePrimitive.Panel; declare const ResizableHandle: ({ withHandle, className, ...props }: React.ComponentProps & { withHandle?: boolean; }) => import("node_modules/@types/react").JSX.Element; export { ResizablePanelGroup, ResizablePanel, ResizableHandle }; //# sourceMappingURL=resizable.d.ts.map