export declare const widgetClassNames: { readonly container: "Widget__container"; readonly serviceButtons: "Widget__service-buttons"; readonly header: "Widget__header"; readonly headerTitlesContainer: "Widget__header-title-container"; readonly backIconButton: "Widget__back-icon-button"; readonly headerTitlesBox: "Widget__header-titles-box"; readonly headerTitle: "Widget__header-title"; readonly headerSlotToTheLeftOfTitle: "Widget__header-slot-to-the-left-of-title"; readonly headerSubTitle: "Widget__header-subTitle"; readonly headerRightBlock: "Widget__header-right-block"; readonly headerBottomBlock: "Widget__header-bottom-block"; readonly headerBadge: "Widget__header-badge"; readonly footer: "Widget__footer"; readonly footerTopBlock: "Widget__footer-top-block"; readonly slotBlock: "Widget__footer-slot"; readonly footerLeft: "Widget__footer-left"; readonly footerRight: "Widget__footer-right"; readonly content: "Widget__content"; readonly containerTypeDefault: "Widget__default"; readonly containerTypeModal: "Widget__modal"; readonly containerTypeSplitView: "Widget__split-view"; };