import * as React from 'react'; export type ResizablePanelHandleProps = React.HTMLAttributes; declare function ResizablePanelHandle(props: ResizablePanelHandleProps): import("react/jsx-runtime").JSX.Element; export { ResizablePanelHandle };