import { PickerOptions } from 'picmo'; import { PopupOptions } from './types'; import { PopupPickerController } from './popupPicker'; export * from './types'; export { PopupPickerController }; export declare function createPopup(pickerOptions: Partial, popupOptions: Partial): PopupPickerController;