import { TabPanel } from '../../types'; export declare function createTab(id: string, title: string, extra?: Partial, "id" | "title">>): TabPanel;