import { DivProps } from "../../types/index.mjs";
import * as react40 from "react";

//#region src/DraggablePanel/components/DraggablePanelBody.d.ts
type DraggablePanelBodyProps = DivProps;
declare const DraggablePanelBody: react40.NamedExoticComponent<DivProps>;
//#endregion
export { DraggablePanelBody, DraggablePanelBodyProps };
//# sourceMappingURL=DraggablePanelBody.d.mts.map