declare const useTab: (defaultActiveKey: string) => {
    activeKey: string;
    onChange: (key: string) => void;
};
export default useTab;
