import * as components from './index';
declare module '@vue/runtime-core' {
  export interface GlobalComponents {
    EaButton: typeof components.Button;
    EaIcon: typeof components.Icon;
    GisMap: typeof components.GisMap;
  }
}
export {};
