import { Key, ReactNode } from "react"; import { REACT_NODE_SCHEMA } from "../schemes"; import { AdditionPropsType } from '../types'; declare const reactNodeComponent: (schema: REACT_NODE_SCHEMA, key: Key, _additionProps: AdditionPropsType) => ReactNode; export default reactNodeComponent;