import type { ITheme } from '@visactor/vchart'; /** * 是否为 mini 主题 */ export declare function isMiniTheme(theme?: Omit | string): boolean;