import { type TabDefinition } from '../../types'; import { type FormTab } from './types'; export declare const createFormTab: (tab: FormTab) => TabDefinition;