export interface SelectableItemProps { selected?: boolean; disabled?: boolean; isHighlighted?: boolean; }