import TextAnimation from './components/textAnimation/TextAnimation';
import { TextAnimationCustomProps } from './types/component-types';
import TatukaButton from './components/button/TatukaButton';
import TatukaBackground from './components/background/TatukaBackground';
export { TextAnimation, TextAnimationCustomProps, TatukaButton, TatukaBackground };
