export type { TextCountStylesType, TextCountPropsStylesType, ITextCountStandAlone, ITextCountControlled, } from './types';
export { TextCount } from './textCount';
export { TextCountStandAlone } from './textCountStandAlone';
