/// <reference types="react" />
import { type DivProps } from "../../types";
export type DraggablePanelBodyProps = DivProps;
declare const DraggablePanelBody: import("react").NamedExoticComponent<DivProps>;
export default DraggablePanelBody;
