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