/// <reference types="react" />
import { TabPaneProps } from './type';
declare const TabPane: {
    ({ as, className, tab, active, children, ...props }: TabPaneProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
};
export default TabPane;
