export type SynapseHomepageChatSearchProps = {
    gotoPlace: (href: string) => void;
};
/**
 * Synapse Homepage Search component with a dropdown "autocomplete" menu of options.
 * SWC-7005: Not used in the current implementation of the Home Page, but there are plans to utilize it later.
 * @returns
 */
export declare function SynapseHomepageChatSearch({ gotoPlace, }: SynapseHomepageChatSearchProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=SynapseHomepageChatSearch.d.ts.map