///
import type { NamePath } from 'antd/es/form/interface';
interface ValidatorProps {
name?: NamePath;
virtualKey?: string;
editingKeys?: string[];
onlyOneLineMsg?: string;
}
declare const _default: import("react").NamedExoticComponent;
export default _default;