import { AbstractListBox } from './abstract-listbox.component';
import * as i0 from "@angular/core";
export declare class ListBoxElement {
    id: string;
    description: string;
    constructor(id: string, description: string);
}
export declare class ModulabListBox extends AbstractListBox<ListBoxElement> {
    constructor();
    getInstance(): ListBoxElement;
    getDescriptionField(): string;
    getIdField(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<ModulabListBox, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ModulabListBox, "systelab-listbox", never, {}, {}, never, never, false, never>;
}
