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