/// <reference types="react" />
/**
 * The `ItemsExpression` component is used to specify the JsonLogic expression to
 * calculate the values/options for a component.
 *
 * @todo: this would really benefit from a nice, context-aware JsonLogic editor.
 */
export declare const ItemsExpression: React.FC;
export default ItemsExpression;
