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