import type { RuleProps } from './types'; export declare const Rule: { ({ id, path, rule, translations, schema, actions, disabled: disabledProp, parentDisabled, context, field: fieldProp, operator: operatorProp, value: valueProp, valueSource: valueSourceProp, debugMode, onLog, ...props }: RuleProps): import("react/jsx-runtime").JSX.Element; displayName: string; };