import { Base, Type } from "igniteui-react-core"; /** * @hidden */ export declare class DomainChartCheckboxListItem extends Base { static $t: Type; key: string; isSelected: boolean; label: string; }