import { MywTestCommonComponent } from './commonTest/myw-test-common.component'; import { MywTestSplitComponent } from './split/myw-test-split.component'; import { MywTestTabsComponent } from './tabsTest/myw-test-tabs.component'; import { MywTestLoadingComponent } from './loading/myw-test-loading.component'; import { MywTestSelectComponent } from './select/myw-test-select.component'; import { MywTestTooltipComponent } from './tooltip/myw-test-tooltip.component'; import { MywTestTableComponent } from './table/myw-test-table.component'; import { MywTestAlertComponent } from './alert/myw-test-alert.component'; import { MywTestMessageComponent } from './message/myw-test-message.component'; import { MywTestModalComponent } from './modal/myw-test-modal.component'; import { MywTestLazyComponent } from './lazy/myw-test-lazy.component'; import { MywTestTreeComponent } from './tree/myw-test-tree.component'; import { MywTestFormComponent } from './form/myw-test-form.component'; import { MywTestGridComponent } from './grid/myw-test-grid.component'; import { MywTestRowComponent } from './row/myw-test-row.component'; import { MywTestGrid2Component } from './grid2/myw-test-grid2.component'; import { MywTestTabComponent } from './tabs/myw-test-tab.component'; import { MywTestAboutComponent } from './about/myw-test-about.component'; import { MywTestEditorComponent } from './editor/myw-test-editor.component'; export declare let testComponent: (typeof MywTestCommonComponent | typeof MywTestTabsComponent | typeof MywTestSplitComponent | typeof MywTestLoadingComponent | typeof MywTestSelectComponent | typeof MywTestTooltipComponent | typeof MywTestTableComponent | typeof MywTestAlertComponent | typeof MywTestMessageComponent | typeof MywTestModalComponent | typeof MywTestTabComponent | typeof MywTestLazyComponent | typeof MywTestTreeComponent | typeof MywTestFormComponent | typeof MywTestGridComponent | typeof MywTestRowComponent | typeof MywTestGrid2Component | typeof MywTestAboutComponent | typeof MywTestEditorComponent)[];