import * as i0 from "@angular/core";
export declare class RadiogroupItemComponent {
    question: any;
    model: any;
    ariaLabel?: string;
    constructor();
    get renderedValue(): any;
    set renderedValue(val: any);
    static ɵfac: i0.ɵɵFactoryDeclaration<RadiogroupItemComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<RadiogroupItemComponent, "sv-ng-radiogroup-item, '[sv-ng-radiogroup-item]'", never, { "question": "question"; "model": "model"; "ariaLabel": "ariaLabel"; }, {}, never, ["*"]>;
}
