export declare const hideProp: () => boolean; export declare function isJSExpression(data: any): boolean; export declare const deepEqual: (x: any, y: any) => boolean; export declare const showWithLabelAlign: (target: any) => any; export declare const showWithLabelAlignShortcut: (target: any) => any; export declare const showWithFormItemType: (target: any, type: any) => boolean; export declare const propsFormWrapper: (props: any, formItemType: any) => any; export declare const getParentValue: (target: any) => any; export declare const uuid: () => string; export declare const mockId: () => string;