import _FloatingPanel from "./FloatingPanel.vue.mjs";
import install from "../../../utils/install.mjs";
const MobileFloatingPanel = install.withInstall(
"MobileFloatingPanel",
_FloatingPanel
);
export {
MobileFloatingPanel,
MobileFloatingPanel as default
};