type TypographyStyle = { typographyPrimary?: string; typographySuccess?: string; typographyWarning?: string; typographyDanger?: string; typographyInfo?: string; typographySecondary?: string; }; export { TypographyStyle };