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