import { ProFormOption } from '../ProForm';
import { ProTableOption } from './types';
export declare const tableOption2formOption: <T>(options: ProTableOption<T>[]) => ProFormOption<T>[];
export declare const options2tableOption: <T>(options: ProTableOption<T>[]) => any[];
