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