Repository URL to install this package:
declare const list: ({ label: string; value: string; isSelected: boolean; } | { label: string; value: string; isSelected?: undefined; })[]; export { list };