export interface ILoginDialogueOptions {
    showCancelButton: boolean;
    warningMessage: string;
    topCloseButtonEnabled: boolean;
}
