import FocusNavigator from '../../utils/focus-navigator'; interface SelectContextData { horizontal: boolean; controller: FocusNavigator; } export declare const SelectContext: import("solid-js").Context; /** * Reads the nearest `Select`'s internal context, which holds the focus * navigator shared by its options. Throws when called outside a `Select`. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/select.md} */ export declare function useSelectContext(componentName: string): SelectContextData; export declare function createSelectOptionFocusNavigator(): FocusNavigator; export {}; //# sourceMappingURL=SelectContext.d.ts.map