| import { DialogBase } from '../../libappbase/dialogbase'; | 
| import { RadioButton } from '../../e2elib/lib/src/pageobjects/radiobutton.component'; | 
|   | 
| export class DialogResetPlan extends DialogBase { | 
|   public rbResetPlan = new RadioButton('RadioButtonGroupResetPlan'); | 
|   | 
|   public constructor() { | 
|     super('DialogResetPlan', 'btnOk', 'btnCancel'); | 
|   } | 
| } |