import { TypeData } from '../ConfigTypeSchema'; import { ConfigEditorHelpContext } from './types/ConfigEditorHelpContext'; interface ConfigEditorHelpProps { context: ConfigEditorHelpContext | null; allInnerTypes: TypeData[]; } export declare const ConfigEditorHelp: import("react").MemoExoticComponent<({ context, allInnerTypes }: ConfigEditorHelpProps) => import("react/jsx-runtime").JSX.Element>; export {};