interface ContextMenuContextData { ownerID: string; boundaryID: string; panelID: string; anchor?: HTMLElement | null; } export declare const ContextMenuContext: import("solid-js").Context; /** * Reads the nearest `ContextMenu`'s internal context, which holds the * generated ids for its boundary and panel. Throws when called outside a * `ContextMenu`. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/context-menu.md} */ export declare function useContextMenuContext(componentName: string): ContextMenuContextData; export {}; //# sourceMappingURL=ContextMenuContext.d.ts.map