import React from "react";
import "./index.scss";
import TabItem from "./TabItem";
export { TabItem };
declare const _default: React.ComponentType<Omit<{
    children?: any;
    contentPadding?: string | undefined;
    clearOnChange?: boolean | undefined;
    showContent?: boolean | undefined;
    tabsHeaderStyle?: React.CSSProperties | undefined;
    tabsHeaderCls?: string | undefined;
    commonTabItemHeaderExternalCls?: string | undefined;
    tabRef?: any;
    extraContentCls?: string | undefined;
    contentHeight?: any;
    extraData?: any;
    showExtraContent?: boolean | undefined;
    commonExtraContent?: any;
    activeIndex?: number | undefined;
    activeLabelColor?: string | undefined;
    tabStyle?: "common" | "bootstrap" | undefined;
    lineaGradient?: string | undefined;
    onLabelClick?: ((index: number, itemInfo: any) => void) | undefined;
}, keyof import("react-i18next").WithTranslation<N, undefined>> & import("react-i18next").WithTranslationProps>;
export default _default;
