import React, { JSXElementConstructor } from 'react'; import { State, FieldJson, FieldsetJson } from '@aemforms/af-core'; export declare const richTextString: (stringMsg?: string) => React.JSX.Element; export declare function withRuleEngine(Component: JSXElementConstructor): (fieldset: State) => React.JSX.Element | null; export declare function withRuleEnginePanel(Component: JSXElementConstructor): (fieldset: State) => React.JSX.Element | null;