import { View } from 'react-native'; import { RadioProps, RadioGroupProps } from './types'; export declare const Radio: import("../../core/factory").PlatformBlocksComponent<{ props: RadioProps; ref: View; }>; export declare const RadioGroup: import("../../core/factory").PlatformBlocksComponent<{ props: RadioGroupProps; ref: View; }>;