import FocusNavigator from '../../utils/focus-navigator'; interface CommandContextData { multiple: boolean; controller: FocusNavigator; activeDescendant: string | undefined; selectedDescendant: string | undefined; inputID: string; labelID: string; optionsID: string; anchor?: HTMLElement | null; optionsHovering: boolean; } export declare const CommandContext: import("solid-js").Context; export declare function useCommandContext(componentName: string): CommandContextData; export declare function createCommandOptionFocusNavigator(): FocusNavigator; export {}; //# sourceMappingURL=CommandContext.d.ts.map