import { GridComponent } from 'echarts/components'; import type { EChartsOption } from 'echarts'; export declare const getRegisterComponents: (option: EChartsOption, isCanvas: boolean) => (typeof GridComponent)[];