import { FormComponentProps } from '@tomino/dynamic-form';
import { FormDataSet } from './form_store';
import { GridChildProps } from '../layouts/grid_view';
import { EditorContextType } from './editor_context';
export declare function findConflict(props: FormComponentProps, context: EditorContextType, cells: FormDataSet<GridChildProps>[], start: number, end: number): FormDataSet<GridChildProps, any, any>;
export declare function adjustPosition(props: FormComponentProps, context: EditorContextType, where: string, source: FormDataSet<GridChildProps>, target: FormDataSet<GridChildProps>, parent: FormDataSet<GridChildProps>): any;
export declare function bind(formElement: FormDataSet, item: any): void;
