
namespace SmartFormsFields {
    export class rednaotermofservice extends sfFormElementBase<any>{
        GetValueString():any {
            throw new Error('Method not implemented.');
        }

        SetData(data: any) {
            throw new Error('Method not implemented.');
        }

        IsValid(): boolean {
            throw new Error('Method not implemented.');
        }

        GenerationCompleted($element: any) {

        }

        GenerateInlineElement():string {
            return 'eaeaea2';
        }

        CreateProperties() {

        }


    }


}
