export declare class PopupInterface {
    title?: string;
    message?: string;
    ok?: string;
    cancel?: string;
}
