import { TabDataType } from '.';
import './index.less';
interface TabsInDrawerProps {
    tabs: TabDataType[];
    activeKey: string;
    onChangeKey: any;
    onChangeTabs: any;
}
export declare const TabsInDrawer: ({ tabs, activeKey, onChangeKey, onChangeTabs }: TabsInDrawerProps) => JSX.Element;
export {};
