/// <reference types="react" />
import { type KeyWordsBaseProps } from "./KeyWordsBase";
export interface KeyWordsProps extends KeyWordsBaseProps {
}
export declare const KeyWords: import("react").MemoExoticComponent<import("@formily/react").ReactFC<KeyWordsProps>>;
