import { ElementRef } from '@angular/core'; import { ScListItemSelectorComponent } from '../sc-list-item-selector/sc-list-item-selector.component'; import * as i0 from "@angular/core"; export declare class ScSelectorComponent extends ScListItemSelectorComponent { private element; persistPlaceholder: boolean; searchable: boolean; searchPlaceholder: string; customErrorMessage: string; constructor(element: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }