import { Widget } from './widget';
export declare class Popup extends Widget {
    getText(): Promise<string>;
    private getButton;
}
