import type React from "react"; import { ResizableHandle as ShadcnResizableHandle, ResizablePanel as ShadcnResizablePanel, ResizablePanelGroup as ShadcnResizablePanelGroup } from "src/shadcn/components/resizable"; declare const ResizableHandle: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ResizablePanel: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ResizablePanelGroup: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; export { ResizableHandle, ResizablePanel, ResizablePanelGroup };