import { OnInit } from '@angular/core'; import { InputMetadata } from '../../types'; import * as i0 from "@angular/core"; export declare class RadioInputComponent implements OnInit { /** * Input configuration object. * @type {InputMetadata} * @property control - The Angular FormControl for the radio input. * @property options - The available options for the radio group. For i18n, translate names before passing. */ props: InputMetadata; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }