import { RadioStyle, CheckBox, TextStyle } from '../type'; interface RadioProps { arrangement: string; radioStyle?: RadioStyle; ordTextStyle?: TextStyle; ordCheckBox?: CheckBox; ordHoverTextStyle?: TextStyle; ordHoverCheck?: CheckBox; selectTextStyle?: TextStyle; selectCheckBox?: CheckBox; selectHoverTextStyle?: TextStyle; selectHoverCheck?: CheckBox; ordHoverDis: boolean; selectHoverDis: boolean; } export declare const RadioWrapper: import("styled-components").StyledComponent<"div", any, RadioProps, never>; export {};