import type { UIKitModalOptions, UIKitModalResult } from './type'; export declare const UIKitModal: { openModal: (config: UIKitModalOptions) => Promise; };