export default class UIConfirm { static showConfirm: (message: string, postEvent: () => any) => any; static registerImpl(showConfirm: (message: string, postEvent: () => any) => any): void; static show(message: string, postEvent: any): void; }