export * from "./models/types";
export * from "./models/errorTypes";
export { AnimationManager } from "./animation/animationManager";
export * from "./animation/animationLibrary";
export * from "./core/controllerGenerator";
export * from "./core/baseController";
export { RGBtoHSV, TBtoCCT, CCTtoTB } from "./utils/colorConversions";
//# sourceMappingURL=index.d.ts.map