import { type SeparatorProps } from "react-resizable-panels"; export interface ResizableHandleProps extends SeparatorProps { withHandle?: boolean; } declare const ResizableHandle: { ({ withHandle, className, ...props }: ResizableHandleProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export { ResizableHandle }; //# sourceMappingURL=ResizableHandle.d.ts.map