declare const _classes: { readonly Accordion: "accordion"; readonly AccordionGroup: "accordion-group"; readonly Callout: "callout"; readonly Card: "card"; readonly Columns: "columns"; readonly CodeBlock: "code-block"; readonly CodeBlockIcon: "code-block-icon"; readonly CodeGroup: "code-group"; readonly Expandable: "expandable"; readonly Field: "field"; readonly Frame: "frame"; readonly Icon: "icon"; readonly Mermaid: "mermaid"; readonly Step: "step"; readonly Steps: "steps"; readonly Tab: "tab"; readonly Tabs: "tabs"; readonly TabIcon: "tab-icon"; readonly Update: "update"; readonly Tooltip: "tooltip"; readonly Panel: "panel"; readonly APISection: "api-section"; readonly APISectionHeading: "api-section-heading"; readonly APISectionHeadingTitle: "api-section-heading-title"; readonly APISectionHeadingSubtitle: "api-section-heading-subtitle"; readonly OptionDropdown: "option-dropdown"; readonly TryitButton: "tryit-button"; readonly MethodPill: "method-pill"; readonly MethodNavPill: "method-nav-pill"; readonly NavTagPill: "nav-tag-pill"; readonly NavTagPillText: "nav-tag-pill-text"; readonly Anchors: "nav-anchors"; readonly Anchor: "nav-anchor"; readonly TabsBar: "nav-tabs"; readonly TabsBarItem: "nav-tabs-item"; readonly MobileNavTabsBarItem: "mobile-nav-tabs-item"; readonly TableOfContents: "toc"; readonly TableOfContentsItem: "toc-item"; readonly Footer: "footer"; readonly AdvancedFooter: "advanced-footer"; readonly SidebarGroupIcon: "sidebar-group-icon"; readonly SidebarGroupHeader: "sidebar-group-header"; readonly SidebarTitle: "sidebar-title"; readonly SidebarGroup: "sidebar-group"; readonly SidebarNavGroupDivider: "sidebar-nav-group-divider"; readonly NavBarLink: "navbar-link"; readonly TopbarRightContainer: "topbar-right-container"; readonly Logo: "nav-logo"; readonly PaginationPrev: "pagination-prev"; readonly PaginationNext: "pagination-next"; readonly PaginationTitle: "pagination-title"; readonly FeedbackToolbar: "feedback-toolbar"; readonly Eyebrow: "eyebrow"; readonly BreadcrumbList: "breadcrumb-list"; readonly BreadcrumbItem: "breadcrumb-item"; readonly Content: "mdx-content"; readonly DropdownTrigger: "nav-dropdown-trigger"; readonly DropdownContent: "nav-dropdown-content"; readonly DropdownItem: "nav-dropdown-item"; readonly DropdownItemTextContainer: "nav-dropdown-item-text-container"; readonly DropdownItemTitle: "nav-dropdown-item-title"; readonly DropdownItemDescription: "nav-dropdown-item-description"; readonly DropdownItemIcon: "nav-dropdown-item-icon"; readonly ProductsSelectorTrigger: "nav-dropdown-products-selector-trigger"; readonly ProductsSelectorContent: "nav-dropdown-products-selector-content"; readonly ProductsSelectorItem: "nav-dropdown-products-selector-item"; readonly ProductsSelectorItemTitle: "nav-dropdown-products-selector-item-title"; readonly ProductsSelectorItemDescription: "nav-dropdown-products-selector-item-description"; readonly ProductsSelectorItemIcon: "nav-dropdown-products-selector-item-icon"; readonly Link: "link"; readonly AlmondLayout: "almond-layout"; readonly AlmondNavBottomSection: "almond-nav-bottom-section"; readonly AlmondNavBottomSectionDivider: "almond-nav-bottom-section-divider"; readonly ChatAssistantSheet: "chat-assistant-sheet"; readonly ChatAssistantSheetHeader: "chat-assistant-sheet-header"; readonly ChatAssistantSheetContent: "chat-assistant-sheet-content"; readonly ChatAssistantInput: "chat-assistant-input"; readonly ChatAssistantFloatingInput: "chat-assistant-floating-input"; readonly ChatAssistantSendButton: "chat-assistant-send-button"; readonly ChatAssistantDisclaimerText: "chat-assistant-disclaimer-text"; readonly ChatAssistantPayloadItem: "chat-assistant-payload-item"; readonly StarterQuestionText: "starter-question-text"; readonly LoginLink: "login-link"; readonly LogoutLink: "logout-link"; readonly ContextualFeedbackContainer: "contextual-feedback-container"; readonly ContextualFeedbackForm: "contextual-feedback-form"; readonly ContextualFeedbackFormTitle: "contextual-feedback-form-title"; readonly ContextualFeedbackFormInput: "contextual-feedback-input"; readonly ContextualFeedbackFormButton: "contextual-feedback-button"; readonly ContextualFeedbackFormSubmitButton: "contextual-feedback-form-submit-button"; readonly CodeSnippetFeedbackPopoverContent: "code-snippet-feedback-popover-content"; readonly CodeSnippetFeedbackForm: "code-snippet-feedback-form"; readonly CodeSnippetFeedbackButton: "code-snippet-feedback-button"; readonly CodeSnippetFeedbackTextArea: "code-snippet-feedback-textarea"; readonly CodeSnippetFeedbackFormTitle: "code-snippet-feedback-form-title"; readonly CodeSnippetFeedbackFormDescription: "code-snippet-feedback-form-description"; readonly CodeSnippetFeedbackFormSubmitButton: "code-snippet-feedback-form-submit-button"; readonly NotFoundContainer: "not-found-container"; readonly NotFoundStatusCode: "not-found-status-code"; readonly NotFoundTitle: "not-found-title"; readonly NotFoundDescription: "not-found-description"; readonly NotFoundLogo: "not-found-logo"; readonly NotFoundLogoContainer: "not-found-logo-container"; readonly NotFoundMessage: "not-found-message"; readonly NotFoundGoBackButton: "not-found-go-back-button"; readonly NotFoundGoBackArrow: "not-found-go-back-arrow"; readonly NotFoundGoBackText: "not-found-go-back-text"; readonly NotFoundRecommendedPagesList: "not-found-recommended-pages-list"; readonly NotFoundRecommendedPageLink: "not-found-recommended-page-link"; readonly MultiViewItem: "multi-view-item"; readonly MultiViewDropdown: "multi-view-dropdown"; readonly MultiViewDropdownTrigger: "multi-view-dropdown-trigger"; readonly MultiViewDropdownContent: "multi-view-dropdown-content"; readonly MultiViewDropdownItem: "multi-view-dropdown-item"; readonly Color: "color"; readonly ColorRow: "color-row"; readonly ColorItem: "color-item"; readonly Tile: "tile"; readonly Tree: "tree"; readonly TreeFolder: "tree-folder"; readonly TreeFile: "tree-file"; }; declare const Classes: { readonly [K in keyof typeof _classes]: `${(typeof _classes)[K]}`; }; export { Classes }; //# sourceMappingURL=selectors.d.ts.map