/// <reference types="react" />
import type { DraggablePanelProps } from './type';
declare const DraggablePanel: import("react").NamedExoticComponent<DraggablePanelProps>;
export default DraggablePanel;
