import type { Plugin } from 'vue'; declare const Vue3KakaoMaps: Plugin; export { Vue3KakaoMaps }; export * from './components'; export * from './utils'; export type * from './types'; export type * from './components/KakaoMap/types'; export type * from './components/KakaoMapCustomOverlay/types'; export type * from './components/KakaoMapInfoWindow/types'; export type * from './components/KakaoMapMarker/types'; export type * from './components/KakaoMapPolyline/types';