export declare class SelectBoxDefaultOptions { allowFilter?: boolean; filterPlaceholder: string; maxVisibleItemCount?: number; allowParentSelection: boolean; idField?: string; textField?: string; childrenField?: string; }