export type TypographyType = 'default' | 'primary' | 'info' | 'success' | 'warning' | 'error';
export type TitleLevel = 1 | 2 | 3 | 4 | 5 | 6;
