import { CustomSelectService } from './custom-select.service'; import * as i0 from "@angular/core"; export declare class CustomSelectOptionComponent { private dropdownService; value: any; disabled: boolean; private select; private option; constructor(dropdownService: CustomSelectService); onClick(event: UIEvent): void; getOptionElement(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }