declare const GChart: ({
    new (...args: any[]): any;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & import('vue').ComponentOptionsBase<any, {
    myChart: import('vue').ShallowRef<any, any>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
    theme: string;
    id: string;
    options: Record<string, any>;
    mapName: string;
    mapJson: Record<string, any>;
    isEmpty: boolean | Function;
    description: string;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
    $slots: {
        empty?(_: {
            class: string;
        }): any;
        default?(_: {}): any;
    };
}) & import('vue').Plugin) & Record<string, any>;
export default GChart;
