export declare class SelectOption { idProperty: string; textProperty: string; childProperty: string; allowMultiple: boolean; closeOnSelection: boolean; items: any[]; model: any[] | any; isOpen: boolean; filter: string; allowParentSelection: boolean; maxVisibleItemCount: number; isHierarchy(): boolean; displayCheckbox(): boolean; isValid(): boolean; }