export { default as CreativeText } from './components/CreativeText';
export type { GoogleFontFamily, DirectionType, AnimationType, TextTransformType, CreativeTextProps, } from './components/CreativeText';
import './index.css';
