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