export declare const DSLeftNavigationName = "DSLeftnavigation"; export declare const LEFT_NAVIGATION_REGION_FOCUSES: { readonly RESET: ""; }; export declare const LEFT_NAVIGATION_SLOTS: { readonly ALERTS_ICON_WRAPPER: "alerts-icon"; readonly AREAS_CONTAINER: "areas-container"; readonly ARROW_CONTAINER: "arrow-container"; readonly BODY_AREAS_CONTAINER: "body-areas-container"; readonly BODY_HEADER_AREA: "body-header-area"; readonly BODY_ITEMS_AREA: "body-items-area"; readonly BOTTOM_CONTAINER: "bottom-container"; readonly COLLAPSED_CONTAINER: "collapsed-container"; readonly EXCEPTIONS_ICON_WRAPPER: "exceptions-icon"; readonly FOOTER_ITEM: "footer-item"; readonly FOOTER_LABEL: "footer-label"; readonly FOOTER_MENU: "footer-menu"; readonly FOOTER_MENU_COLLAPSE: "footer-menu-collapse"; readonly FOOTER_SEPARATOR: "footer-separator"; readonly ITEM: "item"; readonly ITEM_BORDER_BOTTOM: "item-border-bottom"; readonly ITEM_CHEVRON_BACK: "item-chevron-back"; readonly ITEM_DATE: "item-date"; readonly ITEM_LABEL: "item-label"; readonly ITEM_SEPARATOR: "item-separator"; readonly LEFT_CONTAINER: "left-container"; readonly LOADER_WRAPPER: "loader-wrapper"; readonly HEADER_AREA: "header-area"; readonly MESSAGES_ICON_WRAPPER: "messages-icon"; readonly NOTIFICATIONS_CONTAINER: "notifications-container"; readonly NOTIFICATIONS_ICON: "notifications-icon"; readonly RIGHT_CONTAINER: "right-container"; readonly ROOT: "root"; readonly SECTION_CONTAINER: "section-container"; readonly SECTION_LABEL: "section-label"; readonly SECTION_RIGHT_LABEL: "section-right-label"; readonly VERTICAL_SEPARATOR: "vertical-separator"; }; export declare const LEFT_NAVIGATION_DATA_TESTID: { ROOT: string; HEADER_AREA: string; AREAS_CONTAINER: string; COLLAPSED_CONTAINER: string; BODY_AREAS_CONTAINER: string; BODY_HEADER_AREA: string; BODY_ITEMS_AREA: string; BOTTOM_CONTAINER: string; ITEM: string; ITEM_BORDER_BOTTOM: string; ITEM_LABEL: string; ITEM_DATE: string; ITEM_SEPARATOR: string; ITEM_CHEVRON_BACK: string; LEFT_CONTAINER: string; RIGHT_CONTAINER: string; ARROW_CONTAINER: string; SECTION_CONTAINER: string; SECTION_LABEL: string; SECTION_RIGHT_LABEL: string; NOTIFICATIONS_CONTAINER: string; EXCEPTIONS_ICON_WRAPPER: string; ALERTS_ICON_WRAPPER: string; MESSAGES_ICON_WRAPPER: string; FOOTER_MENU: string; FOOTER_SEPARATOR: string; FOOTER_ITEM: string; VERTICAL_SEPARATOR: string; NOTIFICATION_ICON: string; ALERTS_ICON: string; EXCEPTIONS_ICON: string; MESSAGES_ICON: string; DROPDOWN_MENU_TRIGGER_WRAPPER: string; NOTIFICATIONS_ICON: string; LEFT_COMPONENT_CHEVRON: string; FOOTER_BTN: string; LIST_ITEM_LABEL_ID_EXCEPTION: string; FOOTER_LABEL: "ds-leftnavigation-footer-label"; FOOTER_MENU_COLLAPSE: "ds-leftnavigation-footer-menu-collapse"; LOADER_WRAPPER: "ds-leftnavigation-loader-wrapper"; }; export declare const DSLeftNavigationSlots: { readonly ALERTS_ICON_WRAPPER: "alerts-icon"; readonly AREAS_CONTAINER: "areas-container"; readonly ARROW_CONTAINER: "arrow-container"; readonly BODY_AREAS_CONTAINER: "body-areas-container"; readonly BODY_HEADER_AREA: "body-header-area"; readonly BODY_ITEMS_AREA: "body-items-area"; readonly BOTTOM_CONTAINER: "bottom-container"; readonly COLLAPSED_CONTAINER: "collapsed-container"; readonly EXCEPTIONS_ICON_WRAPPER: "exceptions-icon"; readonly FOOTER_ITEM: "footer-item"; readonly FOOTER_LABEL: "footer-label"; readonly FOOTER_MENU: "footer-menu"; readonly FOOTER_MENU_COLLAPSE: "footer-menu-collapse"; readonly FOOTER_SEPARATOR: "footer-separator"; readonly ITEM: "item"; readonly ITEM_BORDER_BOTTOM: "item-border-bottom"; readonly ITEM_CHEVRON_BACK: "item-chevron-back"; readonly ITEM_DATE: "item-date"; readonly ITEM_LABEL: "item-label"; readonly ITEM_SEPARATOR: "item-separator"; readonly LEFT_CONTAINER: "left-container"; readonly LOADER_WRAPPER: "loader-wrapper"; readonly HEADER_AREA: "header-area"; readonly MESSAGES_ICON_WRAPPER: "messages-icon"; readonly NOTIFICATIONS_CONTAINER: "notifications-container"; readonly NOTIFICATIONS_ICON: "notifications-icon"; readonly RIGHT_CONTAINER: "right-container"; readonly ROOT: "root"; readonly SECTION_CONTAINER: "section-container"; readonly SECTION_LABEL: "section-label"; readonly SECTION_RIGHT_LABEL: "section-right-label"; readonly VERTICAL_SEPARATOR: "vertical-separator"; }; export declare const LABEL_OVERFLOW: { WRAP: string; WRAP_ALL: string; TRUNCATE: string; }; export declare const ITEM_TYPES: { LEFT_NAV_ITEM_HEADER: string; LEFT_NAV_ITEM_LINK: string; LEFT_NAV_ITEM_SUBMENU: string; LEFT_NAV_ITEM_CONTROLLED_DRILLDOWN: string; LEFT_NAV_ITEM_UNCONTROLLED_DRILLDOWN: string; LEFT_NAV_ITEM_SECTION: string; LEFT_NAV_ITEM_SEPARATOR: string; LEFT_NAV_ITEM_SKELETON: string; LEFT_NAV_ITEM_TEXT_LABEL: string; LEFT_NAV_ITEM_WITH_DATE: string; }; export declare const outOfTheBoxTypes: string[]; export declare const MAP_ITEMS_TO_SKELETON: { readonly 'ds-left-nav-item-header': "item"; readonly 'ds-left-nav-item-link': "subitem"; readonly 'ds-left-nav-item-submenu': "item"; readonly 'ds-left-nav-item-controlled-drilldown': "subitem"; readonly 'ds-left-nav-item-uncontrolled-drilldown': "subitem"; readonly 'ds-left-nav-item-section': "subitem"; readonly 'ds-left-nav-item-separator': "subitem"; readonly 'ds-left-nav-item-text-label': "subitem"; readonly 'ds-left-nav-item-with-date': "subitem"; }; export declare const FOOTER_DS_ID = "ds-left-nav-__internal__-footer"; export declare const FOOTER_MENU_CLOSE_DS_ID = "ds-left-nav-__internal__-footer-menu-close"; export declare const CHEVRON_BACK_DS_ID = "ds-left-nav-__internal__-chevron-back";