import type { GraphOptions } from '../spec'; /** * 获取主题配置 * * Get theme options * @param options - 图配置项 graph options * @returns 主题配置 theme options */ export declare function themeOf(options: GraphOptions): import("../themes/types").Theme;