import type { NodeViewsContextValue } from "../contexts/NodeViewsContext.js"; type NodeViewsProps = { portals: NodeViewsContextValue; }; export declare function NodeViews({ portals }: NodeViewsProps): JSX.Element; export {};