import { Injector } from '@angular/core'; import { RouterModule, UrlSerializer } from '@angular/router'; import { AtlasModule } from '@vendasta/atlas'; import { BcNavItemComponent } from './bc-nav-item/bc-nav-item.component'; import { BcPinnedItemsComponent } from './bc-pinned-items/bc-pinned-items.component'; import { BusinessSidebarComponent } from './business-sidebar/business-sidebar.component'; import { BusinessNavChipComponent } from './core-components/chip/chip.component'; import { EncodeBrandNamePipe } from './core-components/encode-brand.pipe'; import { ButtonComponent } from './core-components/form-controls/button/button.component'; import { SearchBoxComponent } from './core-components/form-controls/search-box/search-box.component'; import { IconComponent } from './core-components/icon/icon.component'; import { LoaderComponent } from './core-components/loader/loader.component'; import { ModalContentComponent } from './core-components/modal/modal-content.component'; import { ModalFooterComponent } from './core-components/modal/modal-footer.component'; import { ModalHeaderComponent } from './core-components/modal/modal-header.component'; import { ModalComponent } from './core-components/modal/modal.component'; import { ModalService } from './core-components/modal/modal.service'; import { NavItemContainerComponent } from './core-components/nav-item-container/nav-item-container.component'; import { NavItemSectionComponent } from './core-components/nav-item-section/nav-item-section.component'; import { NavItemComponent } from './core-components/nav-item/nav-item.component'; import { SidebarComponent } from './core-components/sidebar/sidebar.component'; import { SnackbarComponent } from './core-components/snackbar/snackbar.component'; import { AtlasTooltipModule } from './core-components/tooltip/tooltip-module'; import { CustomUrlSerializer } from './custom-url-serializer'; import { LocationSelectorComponent } from './location-selector/location-selector.component'; import { ChangeSubscriptionModalComponent } from './modals/change-subscription/change-subscription.modal.component'; import { LocationListItemComponent } from './modals/location-switcher-modal/location-list/location-list-item/location-list-item.component'; import { LocationListComponent } from './modals/location-switcher-modal/location-list/location-list.component'; import { LocationSwitcherModalComponent } from './modals/location-switcher-modal/location-switcher-modal.component'; import { TabHeaderComponent } from './modals/location-switcher-modal/tab-header/tab-header.component'; import { LocationTabComponent } from './modals/location-switcher-modal/tab/tab.component'; import { SalesInfoModalComponent } from './modals/sales-info/sales-info.modal.component'; import { UserRequiredModalComponent } from './modals/user-required/user-required.modal.component'; import { NavigationComponent } from './navigation/navigation.component'; import { AtlasTranslatePipe } from './translate/translate.pipe'; export declare const MODULE_DECLARATIONS: (typeof ModalComponent | typeof SalesInfoModalComponent | typeof ChangeSubscriptionModalComponent | typeof BusinessSidebarComponent | typeof SnackbarComponent | typeof NavigationComponent | typeof NavItemContainerComponent | typeof UserRequiredModalComponent | typeof NavItemComponent | typeof BcNavItemComponent | typeof BcPinnedItemsComponent | typeof BusinessNavChipComponent | typeof EncodeBrandNamePipe | typeof ButtonComponent | typeof SearchBoxComponent | typeof IconComponent | typeof LoaderComponent | typeof ModalContentComponent | typeof ModalFooterComponent | typeof ModalHeaderComponent | typeof NavItemSectionComponent | typeof SidebarComponent | typeof LocationSwitcherModalComponent | typeof LocationSelectorComponent | typeof LocationListItemComponent | typeof LocationListComponent | typeof LocationTabComponent | typeof TabHeaderComponent | typeof AtlasTranslatePipe)[]; export declare const MODULE_PROVIDERS: (typeof ModalService | { provide: typeof UrlSerializer; useClass: typeof CustomUrlSerializer; })[]; export declare const MODULE_IMPORTS: (typeof RouterModule | typeof AtlasTooltipModule)[]; export declare const MODULE_EXPORTS: (typeof AtlasModule | typeof NavigationComponent | typeof NavItemContainerComponent | typeof NavItemComponent)[]; export declare const MODULE_ENTRY_COMPONENTS: (typeof SalesInfoModalComponent | typeof ChangeSubscriptionModalComponent | typeof BusinessSidebarComponent | typeof SnackbarComponent | typeof NavigationComponent | typeof NavItemContainerComponent | typeof UserRequiredModalComponent | typeof NavItemComponent | typeof LocationSwitcherModalComponent)[]; export declare function DEFINE_CUSTOM_ELEMENTS(injector: Injector): void;