import { DivProps } from "../../types/index.mjs";
//#region src/DraggablePanel/components/DraggablePanelBody.d.ts
type DraggablePanelBodyProps = DivProps;
declare const DraggablePanelBody: import("react").NamedExoticComponent<DivProps>;
//#endregion
export { DraggablePanelBodyProps, DraggablePanelBody as default };
//# sourceMappingURL=DraggablePanelBody.d.mts.map