/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Tab: {
    ({ as, className, type, segment, children, ...props }: import("./type").TabProps): JSX.Element;
    displayName: string;
    Pane: {
        ({ as, className, tab, active, children, ...props }: import("./type").TabPaneProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
        displayName: string;
    };
};
export default Tab;
