import React from 'react';
import { TabsProps } from './interface';
export declare const ctx: React.Context<TabsProps>;
declare function Tabs(props: TabsProps): JSX.Element;
declare namespace Tabs {
    var TabPane: typeof import("./tab-pane").default;
}
export default Tabs;
