/** * 深色主题变量。 * 仅包含与默认主题不同的 CSS 变量,间距、字体等未变化项沿用 :root 默认值。 * @category 主题变量 */ export declare const darkThemeVariables: Record;