import type { FieldType } from '@lingxiteam/editor-types'; import { FormInstance } from 'antd'; export type { FieldType }; export declare const usePropsChange: ({ setPageViewKey }: any) => { onFieldsChange: (field: FieldType, trigger?: boolean, form?: FormInstance) => Promise; };