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