export type PopupParams = { autoShowDelay?: number; theme?: { width?: string; backgroundColor?: string; zIndex?: number; }; }; //# sourceMappingURL=types.d.ts.map