import type { PopsInstGeneralConfig } from "./types/inst"; import type { PopsInstStoreType } from "./types/main"; /** * 弹窗实例数据 */ export declare const PopsInstData: { [key in PopsInstStoreType]: PopsInstGeneralConfig[]; };