import { type AdaptiveCardsStyleSet } from '../adaptiveCards/AdaptiveCardsStyleSet'; declare const useMinimalStyleSet: () => readonly [Record<"activities" | "audioAttachment" | "audioContent" | "autoResizeTextArea" | "avatar" | "basicTranscript" | "bubble" | "carouselFilmStrip" | "carouselFilmStripAttachment" | "carouselFlipper" | "connectivityNotification" | "dictationInterims" | "errorBox" | "errorNotification" | "fileContent" | "imageAvatar" | "initialsAvatar" | "keyboardHelp" | "microphoneButton" | "options" | "root" | "scrollToEndButton" | "sendBox" | "sendBoxButton" | "sendBoxTextBox" | "singleAttachmentActivity" | "spinnerAnimation" | "stackedLayout" | "suggestedAction" | "suggestedActions" | "toast" | "toaster" | "typingAnimation" | "typingIndicator" | "uploadButton" | "videoAttachment" | "videoContent" | "vimeoContent" | "warningNotification" | "youTubeContent" | "citationModalDialog" | "cssCustomProperties" | "linkDefinitions" | "modalDialog" | "renderMarkdown" | "sendStatus" | "slottedActivityStatus" | "textContent" | "thumbButton", any>]; type MinimalStyleSet = ReturnType[0]; export default function useStyleSet(): readonly [MinimalStyleSet & AdaptiveCardsStyleSet]; export {}; //# sourceMappingURL=useStyleSet.d.ts.map