import { withInstall as t } from "@tu-view-plus/utils";
import o from "./src/input-label.vue.mjs";
import { inputLabelEmits as e, inputLabelProps as l } from "./src/input-label.mjs";
const a = t(o);
export {
a as TuInputLabel,
a as default,
e as inputLabelEmits,
l as inputLabelProps
};