type __VLS_Props = { /** * Configuration options for the info window. * @see https://developers.google.com/maps/documentation/javascript/reference/info-window#InfoWindowOptions */ options?: google.maps.InfoWindowOptions; }; type __VLS_Slots = { default?: () => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { close: () => any; visible: () => any; closeclick: () => any; content_changed: () => any; domready: () => any; headercontent_changed: () => any; headerdisabled_changed: () => any; position_changed: () => any; zindex_changed: () => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onClose?: (() => any) | undefined; onVisible?: (() => any) | undefined; onCloseclick?: (() => any) | undefined; onContent_changed?: (() => any) | undefined; onDomready?: (() => any) | undefined; onHeadercontent_changed?: (() => any) | undefined; onHeaderdisabled_changed?: (() => any) | undefined; onPosition_changed?: (() => any) | undefined; onZindex_changed?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };