export type PopupSize = { width: number; height: number; }; export declare function popupSize(provider: string): PopupSize;