import { ElementRef, OnInit } from '@angular/core';
import { DokuRadio } from './radio.component';
import * as i0 from "@angular/core";
export declare class DokuRadioIndicator implements OnInit {
    private elementRef;
    private radio;
    constructor(elementRef: ElementRef, radio: DokuRadio);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DokuRadioIndicator, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DokuRadioIndicator, "doku-radio-indicator", ["dokuRadioIndicator"], {}, {}, never, never, true>;
}
