import type { ExtractWithoutPostfix } from '../../_utils'; import type { MessageThemeVars } from './light'; export type RewritePostfix = 'Warning' | 'Info' | 'Success' | 'Error' | 'Loading'; export type RewriteStyle = ExtractWithoutPostfix;