import { SelectOption } from './select-option'; import * as i0 from "@angular/core"; export declare class SelectOptionComponent implements SelectOption { value?: any; private $label?; set label(label: any); get label(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }