export interface RadioInputProps { value: T; errored?: boolean; labelClass?: string; inline?: boolean; size?: string; labelStyle?: any; } export {};