import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class InputRadioOptionComponent<T> {
    private readonly elementRef;
    constructor(elementRef: ElementRef<HTMLElement>);
    value: T;
    get element(): HTMLElement;
    static ɵfac: i0.ɵɵFactoryDeclaration<InputRadioOptionComponent<any>, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<InputRadioOptionComponent<any>, "pro-input-radio-option", never, { "value": { "alias": "value"; "required": true; }; }, {}, never, ["*"], true, never>;
}
