import type { PropKey } from './types'; /** 静态属性 */ export declare const StaticProps: PropKey[]; /** 动态属性 */ export declare const NativeDynamicProps: PropKey[]; export declare const allProps: (keyof import("./types").MarkerProps)[]; export declare const setterMap: {}; export declare const converterMap: Partial any>>;