import { type SharedProps } from "fumadocs-ui/components/dialog/search"; export declare const GeistdocsSearchDialog: ({ basePath, tag, ...props }: SharedProps & { basePath?: string; /** * Scope passed through to the search route as fumadocs' `tag` query * parameter, for sites whose index is partitioned (by version, section, or * product) and whose dialog should answer from the reader's partition. * * Supply it through the provider's `search.options`, which fumadocs spreads * onto this dialog. Left undefined the parameter is omitted, so the request * is unchanged. * * It belongs in the query string rather than a header or a cookie because * fumadocs' fetch client memoizes results per request URL for the lifetime * of the page: two scopes that produce the same URL would share one cache * entry, and the second would be served the first's results. */ tag?: string | string[]; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=search.d.ts.map