export { InternalNamePath, NamePath, Store, StoreValue } from 'rc-field-form/lib/interface'; export declare type ObjectType = Record; export declare type FunctionType = (...args: T[]) => R; declare const ValidateStatuses: ["success", "warning", "error", "validating", ""]; export declare type ValidateStatus = typeof ValidateStatuses[number];