import type { S2Theme, ThemeCfg } from '../common/interface'; import type { SpreadSheet } from '../sheet-type'; /** * @describe generate the theme according to the type * @param name */ export declare const getTheme: (themeCfg: Omit & { spreadsheet?: SpreadSheet; }) => S2Theme;