export declare class SingleSelectItem { isSelected: boolean; disable: boolean; data: any; text: string; constructor(data?: any, text?: string); }