import CoLabelTextAnimation from "./index2.mjs";
CoLabelTextAnimation.install = (app) => {
app.component(CoLabelTextAnimation.name, CoLabelTextAnimation);
};
const _CoLabelTextAnimation = CoLabelTextAnimation;
export { _CoLabelTextAnimation as default };