/// declare module '@visactor/react-vchart' { export const VChart: React.ComponentType> } declare module '@visactor/vchart-semi-theme' { export const initVChartSemiTheme: (opts?: Record) => void }