import { DummyTestComponent } from '../core/dummy-test/dummy-test.component'; import { SummaryComponent } from '../core/summary/summary.component'; import { TextComponent } from '../core/text/text.component'; import { LectureListComponent } from '../core/lecture-list/lecture-list.component'; import { BannerComponent } from '../core/banner/banner.component'; import { MainNavComponent } from '../core/main-nav/main-nav.component'; import { FeaturedComponent } from '../core/featured/featured.component'; import { InstructorsListComponent } from '../core/instructors-list/instructors-list.component'; import { NewsletterComponent } from '../core/newsletter/newsletter.component'; import { SocialComponent } from '../core/social/social.component'; import { FooterComponent } from '../core/footer/footer.component'; export declare const COMPONENTS: { 'DummyTestComponent': typeof DummyTestComponent; 'SummaryComponent': typeof SummaryComponent; 'TextComponent': typeof TextComponent; 'LectureListComponent': typeof LectureListComponent; 'BannerComponent': typeof BannerComponent; 'MainNavComponent': typeof MainNavComponent; 'FeaturedComponent': typeof FeaturedComponent; 'InstructorsListComponent': typeof InstructorsListComponent; 'NewsletterComponent': typeof NewsletterComponent; 'SocialComponent': typeof SocialComponent; 'FooterComponent': typeof FooterComponent; 'course--columns--html--menu': typeof MainNavComponent; 'course--columns--header': typeof BannerComponent; 'course--columns--summary': typeof SummaryComponent; 'course--columns--lectureList': typeof LectureListComponent; 'course--columns--html--description': typeof TextComponent; 'course--columns--html--cta': typeof FeaturedComponent; 'course--columns--html--teachers': typeof InstructorsListComponent; 'course--columns--html--newsletter': typeof NewsletterComponent; 'course--columns--html--social': typeof SocialComponent; 'course--columns--html--footer': typeof FooterComponent; };