import type { Theme } from "../../../interfaces/general/index.ts"; export type ValuesOf = T[number]; /** * Компилирует структурируемый json с темой */ export declare const compileStructJSON: (theme: T) => string;