import { BaseNodePropsWithData } from '../../../base/types'; import { Types } from '../../types'; type RequiredData = Pick; export type NodeNotesProps = BaseNodePropsWithData; export declare function NodeNotes({ data }: NodeNotesProps): import("react/jsx-runtime").JSX.Element | null; export {};