export const themes: Readonly<{ brand: null; user: null; ok: readonly ["success", "check"]; info: readonly ["help", "tip"]; warn: readonly ["warning", "caution"]; danger: readonly ["error"]; neutral: null; }>; //# sourceMappingURL=theme.d.ts.map