export * from './tabs.component'; import { TabBody } from './tab-body.component'; import { TabHead } from './tab-head.component'; import { TabGroup } from './tabs.component'; export declare let TABS_COMPONENTS: (typeof TabBody | typeof TabHead | typeof TabGroup)[];