import 'package:fis_lib_report/report/interfaces/inputElement.dart'; import 'package:fis_lib_report/report/interfaces/textElement.dart'; abstract class IInputText extends ITextElement implements IInputElement {}