/** * The `ValuesSrc` component is used to configure on the component where options/values * are sourced from. * * The available options can be specified manually, or they can be derived from another * existing 'variable' through a JsonLogic expression. * * This component requires a compatible schema like `SelectComponentSchema`, * `RadioComponentSchema` or `SelectboxesComponentSchema`. * * @todo: on change, the *other* configuration aspect needs to be cleared/reset. */ export declare const ValuesSrc: React.FC; export default ValuesSrc;