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