import { forwardRef } from 'react'; import { SearchButton } from './SearchButton.js'; import { SearchInputProps } from './types.js'; export declare const Search: ReturnType> & { Button: typeof SearchButton; };