Repository URL to install this package:
declare const SelectionListTitle = "Selection Title"; declare const SelectionListData: { label: string; value: string; }[]; export { SelectionListTitle, SelectionListData };