import { ProTableFormColumn, ProTableFormColumnChild, ProTableFormActionType } from '../types'; declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{ col: ProTableFormColumn | ProTableFormColumnChild; value: unknown; /** 当前行数据,用于 componentProps 动态求值 */ row?: Record; /** 当前行索引 */ index?: number; size?: "medium" | "small" | "large"; placeholder?: string; /** ProTableForm 操作实例 */ formActionType?: ProTableFormActionType; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { update: (v: unknown) => void; }, string, Readonly; /** 当前行索引 */ index?: number; size?: "medium" | "small" | "large"; placeholder?: string; /** ProTableForm 操作实例 */ formActionType?: ProTableFormActionType; }>>>, {}>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; };