import * as React from 'react'; import type { CommonPropsType } from '../../types'; import type { DataType } from '../../../configs/components/wd-checkbox'; export declare const WdCheckboxList: React.ForwardRefExoticComponent>; export interface WdCheckboxListProps extends CommonPropsType, DataType { range: { label: string; value: any; [key: string]: any; }[]; }