import { ThemeCssProperties } from "./ThemeCssProperties"; export interface ThemeCssRuntimeApi { getThemeCssProperties: () => Promise; }