import type { DocSearchTranslations } from '@docsearch/react'; /** * Get the search button template * * Use the same content as in @docsearch/js * * TODO: the meta key text should also be dynamic */ export declare const getSearchButtonTemplate: ({ buttonText, buttonAriaLabel, }?: DocSearchTranslations['button']) => string;