import { ThemeOption } from 'echarts/types/src/util/types';
/**
 * Theme definition interface
 *
 * @public
 */
export interface ThemeDefinitionInterface extends ThemeOption {
}
/**
 * Theme definition type
 *
 * @public
 */
export type ThemeDefinition = ThemeDefinitionInterface;
//# sourceMappingURL=Theme.d.ts.map