import React from "react"; export interface TagSearchBoxContextValue { attributesSelectTips?: string; disableAttributesFilter?: boolean; close?: () => void; } export declare const TagSearchBoxContext: React.Context;