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