import type { Theme, ThemeCssVars, ThemeDescription } from "../../general/index.ts"; export interface ThemeVkBase extends Theme { } export interface ThemeVkBaseDescription extends ThemeDescription { } export interface ThemeVkBaseCssVars extends ThemeCssVars { }