import { ProFormOption } from '../ProForm';
import { ProTableOption } from './types';
export declare function tableOption2FormOption(tableOptions: ProTableOption[]): ProFormOption[];
