import { PadSafeAny } from "pad-ui-lib/core/type"; import * as i0 from "@angular/core"; export declare class PadRadioService { private readonly _selectedSubject; name: string | null; get selected$(): import("rxjs").Observable; get selected(): any; select(value: PadSafeAny): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }