export type TextFormatType = (['lower' | 'upper' | 'upperFirst' | 'allFirstToUpper' | 'css' | 'noPolishLetters'] | ['ellipsis', number]);
