import 'package:fis_lib_report/report/interfaces/element.dart'; abstract class IInputImageListElement extends IElement { int? column; bool? hasGap; bool? hasImageBorder; bool? transparentBackground; }