import type { RuleGroupProps } from './types'; export declare const RuleGroup: { ({ id, path, ruleGroup, translations, schema, actions, disabled: disabledProp, parentDisabled, context, combinator: combinatorProp, rules: rulesProp, not: notProp, debugMode, onLog, ...props }: RuleGroupProps): import("react/jsx-runtime").JSX.Element; displayName: string; };