/** Specifies the possible behavior modes of a search view. */ export type SearchViewMode = "fullscreen" | "docked" | "auto"; //# sourceMappingURL=SearchViewMode.d.ts.map