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