import DecodeAnimation, { DecodeAnimationRef, DecodeAnimationProps } from "./components/DecodeAnimation";
import { DecodeState } from "./hooks/useDecodeAnimation";
export default DecodeAnimation;
export { DecodeAnimationRef, DecodeAnimationProps, DecodeState };
