export interface ISPTermStorePickerServiceProps { termsetNameOrID: string; useSessionStorage: boolean; hideDeprecatedTags: boolean; hideTagsNotAvailableForTagging: boolean; anchorId: string; }