import React from "react"; import type { SearchBarElement } from "../../gjs-elements/gtk3/search-bar/search-bar"; export declare const SearchBarContext: React.Context<{ searchBar: null | SearchBarElement; }>; export declare const SearchBar: React.ForwardRefExoticComponent, SearchBarElement>, "ref"> & React.RefAttributes>;