CardComponentName type
Names of the components allowed in a card view.
export type CardComponentName = 'text' | 'cardButton' | 'cardBar' | 'textInput' | 'searchBox' | 'searchFooter' | 'dataVisualization' | 'poweredBy' | 'promptsSet';