import * as React from 'react'; export declare const SearchInput: React.FC<{ containerRef?: HTMLElement; }>;