import React from 'react';
import type { SearchBoxProps } from './types';
export declare const SearchBox: React.ForwardRefExoticComponent<SearchBoxProps & React.RefAttributes<unknown>>;
