import { DuFormItemControl } from '../../../hooks/biz/form/interface'; import { DISPLAY_ITEM_EXP } from './index'; export declare function expressionComparison(oper: DISPLAY_ITEM_EXP, expectedValue: any, realValue: any, customMethod?: (expectedValue: any, realValue: any) => boolean): boolean; export declare function getValuePropName(control: DuFormItemControl): "checked" | "value";