/** * Base class for valid listbox children (option and section), to be able to * query all with @ContentChildren. */ export declare abstract class ListboxChild { }