import React from 'react'; import type { ExprEditorProps } from './types'; export default function ExprEditor(props: ExprEditorProps): React.JSX.Element;