import type { FormInstance } from 'ant-design-vue';
export declare function getFieldPropsOrFormItemProps(fieldProps: any, form?: FormInstance | null, extraProps?: any): Record<string, any> & {
    onChange: any;
    colSize: number;
};
