import type { PropKey } from './types'; /** 静态属性 */ export declare const StaticProps: PropKey[]; /** 动态属性 */ export declare const NativeDynamicProps: PropKey[]; export declare const allProps: ("style" | "children" | "lngLat" | "onOpen" | "onClose" | keyof import("mapbox-gl").PopupOptions)[]; export declare const setterMap: {}; export declare const converterMap: Partial any>>;