export { AnimatedModel, useAnimatedModel } from "./AnimatedModel"; export type { AnimatedModelConfig } from "./AnimatedModel"; export { SimpleModel } from "./SimpleModel"; export type { SimpleModelConfig } from "./SimpleModel"; export { useCharacterAnimation } from "@/hooks/useCharacterAnimation"; export type { CharacterAnimationConfig } from "@/hooks/useCharacterAnimation";