import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import * as ResizablePrimitive from "react-resizable-panels"; //#region src/react/ui/resizable.d.ts /** Container for resizable panel layout */ declare function ResizablePanelGroup({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; /** Individual resizable panel within a panel group */ declare function ResizablePanel({ ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; /** Draggable handle for resizing panels */ declare function ResizableHandle({ withHandle, className, ...props }: React$1.ComponentProps & { withHandle?: boolean; }): react_jsx_runtime0.JSX.Element; //#endregion export { ResizableHandle, ResizablePanel, ResizablePanelGroup }; //# sourceMappingURL=resizable.d.ts.map