import { FunctionComponent } from 'react';
import { WebTabPaneProps } from "../../types";
interface TabPanelInnerProps {
    autoHeightClassName: string;
}
export declare const TabPane: FunctionComponent<Partial<WebTabPaneProps & TabPanelInnerProps>>;
export {};
