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