import { RadioProps } from './types'; export declare function styleRadio(props: RadioProps): { field: string[]; text: string[]; box: string[]; helperText: string[]; };