export type OpenListContextType = { closeDroplistOnItemClick?: boolean; closeDroplist(): void; }; export declare const OpenListContext: import("react").Context; export declare const useOpenListContext: () => OpenListContextType;