/// import { TabPaneProps } from "antd"; export interface PlusTabPaneProps extends TabPaneProps { } declare const PlusTabPane: ({ children, ...rest }: PlusTabPaneProps) => JSX.Element; export { PlusTabPane }; //# sourceMappingURL=tabPane.d.ts.map