import { NgClass } from '@angular/common';
import { OnDestroy, OnInit } from '@angular/core';
import { DokuSelect } from './select.component';
import * as i0 from "@angular/core";
export declare class DokuSelectOption implements OnDestroy, OnInit {
    private select?;
    protected readonly classes: NgClass['ngClass'];
    value: string;
    disabled: boolean;
    protected isSelected: boolean;
    private destroy$;
    constructor(select?: DokuSelect | undefined);
    ngOnInit(): void;
    ngOnDestroy(): void;
    private watchSelectedValue;
    static ɵfac: i0.ɵɵFactoryDeclaration<DokuSelectOption, [{ optional: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DokuSelectOption, "doku-select-option", ["dokuSelectOption"], { "value": "value"; "disabled": "disabled"; }, {}, never, ["*"], true>;
}
