///
import { TabsProps } from "antd";
export interface PlusTabProps extends TabsProps {
defaultActiveKey?: string;
quiet?: boolean;
center?: boolean;
emphasize?: boolean;
className?: string;
onChange?: (activeKey: string) => void;
withBorder?: boolean;
startGap?: number;
destroyInactiveTabPane?: boolean;
}
declare const PlusTab: import("react").ForwardRefExoticComponent>;
export { PlusTab };
//# sourceMappingURL=tab.d.ts.map