import { Node } from '@react-types/shared'; type NodeWithProps = Omit, "props"> & { props?: P; }; export type { NodeWithProps };