export type LevelType = 1 | 2 | 3 | 4 | 5 | 6; export type AlignType = 'left' | 'center' | 'right' | 'justify'; export type TransformType = 'none' | 'uppercase' | 'lowercase' | 'capitalize'; //# sourceMappingURL=typography.d.ts.map