import { Type } from "@angular/core";
export * from "./tabs";
export * from "./tab";
export * from "./tab-content";
export * from "./tab-overflow-content";
export * from "./tab-link.directive";
export declare const TABS_DIRECTIVES: Type<any>[];
