export declare type TextTransformType = 'capitalize' | 'uppercase' | 'lowercase'; export declare type TextAlignType = 'left' | 'center' | 'right' | 'justify';