type IRadioBoxProps = { title: any; configList: any[]; optionKey: string; handleOptionsChange: any; setConfirmValue: any; chooseed?: string[]; disabled?: any[]; onChange?: any; }; declare const CreateRadioBoxFilter: (props: IRadioBoxProps) => import("react/jsx-runtime").JSX.Element; export default CreateRadioBoxFilter;