import type { Column } from "../form/type"; export declare const getComponentBindProps: (dicData: Array, item: Column) => any;