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