import React from 'react'; export declare const useHeight: () => number; export declare const SearchBar: React.FC<{ active: boolean; }>;