import React from 'react'; import 'antd/lib/form/style/index.css'; declare type ValidateErrorType = { type?: string; msg: string; fieldName?: string; defKey?: string; }; export declare type ErrorHelperProp = { passThroughValue?: boolean; error?: ValidateErrorType; children: React.ReactNode; className?: string; style?: React.CSSProperties; msgStyle?: React.CSSProperties; onChange?: any; onBlur?: any; value?: any; }; declare const _default: React.NamedExoticComponent; export default _default;