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