import { KeytipTreeNode } from '../hooks/useTree'; import { KeytipWithId } from '../components/Keytip/internal/Keytip.types'; export declare const createNode: ({ keySequences, nodeMap, positioning, overflowSequence, ...props }: KeytipWithId & { nodeMap: Map; }) => KeytipTreeNode;