import React from "react"; export interface SearchBarProps { onClose: () => void; } export declare const SearchBlocks: ({ onClose }: SearchBarProps) => React.JSX.Element;