import { ElementRef, AfterViewInit } from '@angular/core'; import { VrRadioButton } from '../models/vr-radio-button'; export declare class VrcRadioButtonComponent extends VrRadioButton implements AfterViewInit { private element; constructor(element: ElementRef); ngAfterViewInit(): void; }